[<<Previous Entry]
[^^Up^^]
[Next Entry>>]
[Menu]
[About The Guide]
fUnit()
Returns the drive where a file exists
Syntax:
fUnit ( cFile ) -> cUnit
cFile : The name of the file
Description:
Returns the drive where a file exists as a character value.
Return:
The drive where the file was found or Nil if file not found.
Example:
? fUnit ( "C:\FastLib\Fast.Txt" ) // C:
See Also:
fExtension()
fName()
fPath()
This page created by ng2html v1.05, the Norton guide to HTML conversion utility.
Written by Dave Pearson