Drive, Path, and File Specifications

HomeOverviewHow Do ICompiler Options

Each output-file option accepts a filename argument, with which you can specify a location and a name for the output file. The argument can include a drive name, a path specification, and/or a file name. No space is allowed between the option and the argument.

If filename is a path without a file name (that is, a directory), end the path with a backslash (\) to differentiate it from a file name. If a file name is specified without an extension, the output file is given a default extension. If no argument is specified, the output file is given the base name of the source file and an extension determined by the type of output file.