Gentee Programming Language > Documentation > Libraries Download documentation

str.fgetparts

Get the directory, name and extensions of a file.
 
str.fgetparts(
      str   dir,
      str   fname,
      str   ext
)

Parameters

dirThe string for getting the directory. It can be 0.
fnameThe string for getting the file name. It can be 0.
extThe string for getting the file extension. It can be 0.

See also

    Strings


 Copyright © 2004-2006 Gentee Inc. All rights reserved.