Gentee Programming Language > Documentation > Libraries Download documentation

str.fsplit

Split the full path into the name of the final file or directory and the rest of the path.
 
str.fsplit(
      str   dir,
      str   name
)

Parameters

dirThe string for getting the directory.
nameThe string for getting the name of a file or directory.

See also

    Strings


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