str.fgetparts
Getting name components. Get the directory, name and extensions of a file.
method str.fgetparts (
str dir,
str fname,
str ext
)
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 |