GetFileFromPath()

Extracts a filename from an absolute path.

GetFileFromPath( path=string );

Returns: String

Argument Description
path
string, required

file path

Examples

my_file = getFileFromPath("filepath\file.ext");
dump(my_file); // file.ext

See also