str.fsetext
Modifying the extension. The method gets the file name with a new extension.
method str str.fsetext (
str name,
str ext
)
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
)
str ext
)
Parameters
ext | File extension. |
Related links | Source |