GetFileFromPath
Method Signature
GetFileFromPath(path=[string])Arguments
Argument
Type
Required
Description
Default
Examples
Basic Example
getFileFromPath( "C:\temp\file.txt" );
Additional Examples
my_file = getFileFromPath( "filepath\file.ext" );
dump( my_file );
// file.ext
Related
Last updated
Was this helpful?
