_std/filesystem.dm 
| IS_DIR_FNAME | Checks if a filename is a directory in BYOND context (i.e. ends with /) | 
|---|---|
| /proc/filename_from_path | Gets the filaname from a filesystem path. Optionally strips extension too | 
| /proc/recursive_flist | Lists all files recursively in a given dir, refer to builtin flist() for details | 
| /proc/stringify_file_name | Returns a file objects name as a string with or without the exstension stripped | 
Define Details
IS_DIR_FNAME 
Checks if a filename is a directory in BYOND context (i.e. ends with /)