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.

str.fsplit

Getting the directory and name of a file. The method splits the full path into the name of the final file or directory and the rest of the path.

method str.fsplit (
   str dir,
   str name
)

Parameters

dir The string for getting the directory.
name The string for getting the name of a file or directory.

Related links

Source