DirectoryStack[] gives the directory stack that represents the sequence of current directories used.
NotebookBrowseDirectory is a global option that determines the current working directory.
$TemporaryDirectory gives the main system directory for temporary files on your computer system.
DirectoryQ["name"] gives True if the directory with the specified name exists, and gives False otherwise.
DeleteContents is an option for DeleteDirectory that specifies whether the contents of directories should automatically be deleted.
$PathnameSeparator is a string used as a separator when full file and directory names are constructed.
Mathematica offers support for a large number of file formats for importing, exporting, or other operations. It has several standard locations where it looks for files. You ...
FileExistsQ["name"] gives True if the file with the specified name exists, and gives False otherwise.
Mathematica provides a convenient collection of platform-independent functions for manipulating names of files and directories. These functions can also be used to assemble ...
Whether it is for importing, exporting, or other operations, Mathematica must know where to look for files on your computer before it can use them. There are a number of ...