String - Filename
Filename strings. Methods for working with file names.
| str.faddname | Adding a name. |
| str.fappendslash | Adding a slash. |
| str.fdelslash | Deleting the final slash. |
| str.ffullname | Getting the full name. |
| str.fgetdir | Getting the directory name. |
| str.fgetdrive | Getting the name of a disk. |
| str.fgetext | Get the extension. |
| str.fgetparts | Getting name components. |
| str.fnameext | Getting the name of a file. |
| str.fsetext | Modifying the extension. |
| str.fsetname | Modifying the name of the file. |
| str.fsetparts | Compounding or modifying the name. |
| str.fsplit | Getting the directory and name of a file. |
| str.fwildcard | Wildcard check. |