EnglishРусский  
 Share/Save/Bookmark
 

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