Mathematica 9 is now available
THIS IS DOCUMENTATION FOR AN OBSOLETE PRODUCT.
SEE THE DOCUMENTATION CENTER FOR THE LATEST INFORMATION.
Mathematica > Core Language > String Manipulation > Operations on File Names >
Mathematica > Systems Interfaces & Deployment > File Operations > Operations on File Names >
Mathematica > Systems Interfaces & Deployment > File Operations > Directories & Directory Operations > Operations on File Names >

FileNameDrop

FileNameDrop["name", n]
drops the first n path elements in the file name "name".
FileNameDrop["name", -n]
drops the last n path elements in the file name "name".
FileNameDrop["name", {m, n}]
drops elements m through n in the file name "name".
FileNameDrop["name"]
drops the last path element in the file name "name".
  • FileNameDrop by default assumes that path elements are separated by pathname separators suitable for your operating system.
  • FileNameDrop[..., OperatingSystem->"os"] uses the conventions of the specified operating system. Possible choices are "Windows", "MacOSX" and "Unix".
  • FileNameDrop just operates on names of files; it does not actually search for the file specified.
  • If more elements are specified to be dropped than are present, FileNameDrop just drops those that are present.
New in 7
Ask a question about this page  |  Suggest an improvement  |  Leave a message for the team