DISKNAME() Determines the drive designator for the current drive Syntax DISKNAME() --> cDrive Returns DISKNAME() returns a letter that identifies the designator as the current drive. Description DISKNAME() determines the current drive designator for the construction of complete path names. Note . The designator does not contain a colon. Example Display the drive designator for the current drive: ? DISKNAME() // Returns a "C" with most hard disk systems
See Also: DIRNAME()