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
)
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 |