File System Terms
Friday, December 05, 2008 by rain
extension
An extension is that part of a filename that is found after the final ".". In the filename foo.txt ".txt" is the file's extension. Extensions are used to indicate file type.
path
A path is the string of directories and sub-directories you would have to navigate through in order to reach a given location in the file system.
...
An extension is that part of a filename that is found after the final ".". In the filename foo.txt ".txt" is the file's extension. Extensions are used to indicate file type.
path
A path is the string of directories and sub-directories you would have to navigate through in order to reach a given location in the file system.
...