ParentDirectory
Usage
• ParentDirectory[ ] gives the parent of the current working directory. • ParentDirectory["dir"] gives the parent of the directory dir.
Notes
• ParentDirectory returns the full name of the directory as a string. • ParentDirectory works only under operating systems which support hierarchical file systems. • New in Version 2.
|