MCPcopy Create free account
hub / github.com/DBraun/DawDreamer / getFileName

Method getFileName

JuceLibraryCode/modules/juce_core/files/juce_File.cpp:364–367  ·  view source on GitHub ↗

==============================================================================

Source from the content-addressed store, hash-verified

362
363//==============================================================================
364String File::getFileName() const
365{
366 return fullPath.substring (fullPath.lastIndexOfChar (getSeparatorChar()) + 1);
367}
368
369String File::getFileNameWithoutExtension() const
370{

Callers 15

getHostTypeMethod · 0.45
ScanJobClass · 0.45
LiveValueBaseMethod · 0.45
createPopupMenuItemsMethod · 0.45
NativeMethod · 0.45
Win32NativeFileChooserFunction · 0.45
addKDialogArgsMethod · 0.45
addZenityArgsMethod · 0.45
addFileMethod · 0.45
paintMethod · 0.45
getNameForRowMethod · 0.45
timerCallbackMethod · 0.45

Calls 2

lastIndexOfCharMethod · 0.80
substringMethod · 0.45

Tested by

no test coverage detected