Files and folders functions
Last updated
Was this helpful?
Last updated
Was this helpful?
Files and folders functions
files, folders and paths functions
- Changes Nelson current directory.
- Copy files or folder.
- diff two files or strings.
- Returns file list.
- Returns the path, filename and extension of a file path.
- Return the file separator character for the current platform.
- Build full file name from parts.
- Returns canonical full path.
- Returns true is the input argument is an directory.
- Returns true is the input argument is a file.
- Returns true is the input argument is an directory.
- List folder contents.
- Creates a new directory.
- Return the search path separator character for the current platform.
- Returns current directory.
- Returns the relative path from an actual path to the target path.
- Removes a directory.
- Removes a file.
- Returns the temporary directory path.
- Returns an unique temporary filename.
- Returns the current user's path.