GetFileFromPath()

edit

Extracts a filename from an absolute path.

GetFileFromPath( path=string );

Returns: String

Argument Description
path
string, required
edit

file path

Examples

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

See also