DeleteFile["file"] deletes a file. DeleteFile[{"file_1", "file_2", ...}] deletes a list of files.
ConfigurationPath is a global option that specifies which directories are searched for systemwide configuration information.
When you create or use Mathematica packages, you will often want to refer to files in a system-independent way. You can use contexts to do this. The basic idea is that on ...
Mathematica provides users with access to their computer's file system (Files), interprocess communication (MathLink Mathematica Functions), evaluation of data as code ...
Install
(Built-in Mathematica Symbol) Install["name"] starts a MathLink-compatible external program and installs Mathematica definitions to call functions in it.
Conventions for file names. Most files used by Mathematica are completely system independent. .mx and .exe files are however system dependent. For these files, there is a ...
LoadNETAssembly[assembly] loads the specified assembly into the .NET runtime and returns a NETAssembly expression that can be used to identify the assembly. ...
If you have installed Mathematica in a location where multiple users can run it (for example, on a file server or multi-user machine), then you can set up systemwide defaults ...
FileNameSetter[name] represents a file name setter which displays as a Browse button and when clicked brings up a system file opening dialog, starting from the location ...
This document describes how to compile and run MathLink programs written in the C language on Linux systems. ("MathLink and External Program Communication" describes how to ...