code/__HELPERS/files.dm 
| FTPDELAY | 200 tick delay to discourage spam |
|---|---|
| ADMIN_FTPDELAY_MODIFIER | Admins get to spam files faster since we |
| /proc/pathwalk | Takes a directory and returns every file within every sub directory. If extensions_filter is provided then only files that end in that extension are given back. If extensions_filter is a list, any file that matches at least one entry is given back. |
| /proc/md5asfile | Save file as an external file then md5 it. Used because md5ing files stored in the rsc sometimes gives incorrect md5 results. https://www.byond.com/forum/post/2611357 |
| /proc/sanitize_filepath | Sanitizes the name of each node in the path. |
| /proc/is_file_type_in_list | Verifys wether a string or file ends with a given file type. |
| /proc/is_file_type | Verifys wether a string or file ends with a given file type |
Define Details
ADMIN_FTPDELAY_MODIFIER 
Admins get to spam files faster since we trust them!
FTPDELAY 
200 tick delay to discourage spam