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

Modifying the extension. The method gets the file name with a new extension.

method str str.fsetext (
   str name,
   str ext
)

Parameters

name Initial file name.
ext File extension.

Return value

Returns the object which method has been called.


str.fsetext

Modifying the extension in the filename.

method str str.fsetext (
   str ext
)

Parameters

ext File extension.

Related links

Source