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

Compounding or modifying the name. Compound the name of a file out of the path, name and extension. This function can be also used to modify the path, name or extension of a file. In this case if some component equals 0->str, it is left unmodified.

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

Parameters

dir Directory.
fname Filename.
ext File extension.

Return value

Returns the object which method has been called.

Related links

Source