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.fgetparts

Getting name components. Get the directory, name and extensions of a file.

method str.fgetparts (
   str dir,
   str fname,
   str ext
)

Parameters

dir The string for getting the directory. It can be 0->str.
fname The string for getting the file name. It can be 0->str.
ext The string for getting the file extension. It can be 0->str.

Related links

Source