EnglishРусский  
The project is closed! You can look at a new scripting language. It is available on GitHub.
Also, try our open source cross-platform automation software.

Ads

Installer and installation software
Commercial and Freeware installers.

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.