Gentee Programming Language > Documentation > Libraries Download documentation

str.fsetparts

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, it is left unmodified.
 
str str.fsetparts(
      str   dir,
      str   fname,
      str   ext
)

Parameters

dirDirectory.
fnameFilename.
extFile extension.

Return value

Returns the object which method has been called.

See also

    Strings


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