Operations on File Names
Mathematica provides a convenient collection of platform-independent functions for manipulating names of files and directories. These functions can also be used to assemble and disassemble file-name-like constructs such as URLs.
FileNameJoin — assemble a file name from a list of components
DirectoryQ — test whether a name corresponds to an existing directory
FileNames — list names of files or directories on your computer system
FileExistsQ — test whether a file exists on your computer system
TUTORIALS
MORE ABOUT