string->file
Name
string->file -- Creates a pathname object naming a file
Type: function
Synopsis
string->file
( string, filename);
Arguments
- string
An instance of <string>
.
Return Values
- filename
An instance of <file-name>
.
Description
This function parses the given string in canonical filename
notation (unix style) into a structured <file-name>
instance.