Filespecs
A filespec, short for file specification, is a string of characters that uniquely identifies a file within a file system. It provides information about the file's location and name, allowing operating systems and applications to find and access it. The structure of a filespec can vary depending on the operating system and the specific file system being used.
Commonly, a filespec includes the drive or volume where the file is stored, followed by a sequence
For example, a typical Windows filespec might look like C:\Users\Documents\report.docx, where "C:" is the drive, "Users"
Filespecs are fundamental to file system operations. They are used in commands for opening, saving, copying,