File-Specification Parts

A full file specification gives the base name of the file, the file-name extension, and the path. The path provides the disk-drive identifier and the sequence of directories needed to locate the file on the disk.

For example, the file specification:

C:\SOURCE\PROG\SORT.OBJ

has the following parts:

Path Name            C:\SOURCE\PROG
Base File Name       SORT
File-Name Extension  .OBJ


[Back: Examples]
[Next: Characters That Modify Special Macros]