Goonstation 13 - Modules - TypesDefine Details

_std/filesystem.dm

IS_DIR_FNAMEChecks 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

Define Details

IS_DIR_FNAME

Checks if a filename is a directory in BYOND context (i.e. ends with /)