Function file-join
file-join component1 [component2 ...]
Builds a path name by joining the name components.
- Parameters:
- component1 -
String representing part of a path name.
- Returns:
-
A new string reperesenting a path name obtained by joining
the different name components received as arguments.
-
The returned string is obtained by concatenating the
name components received as arguments separeted by a platform dependent
separator.
Report a bug or request new features
© 2002