Navigation: thinBasic Modules > File > DIR_GetCurrent |
|
Description
Return current directory in specified drive.
Syntax
s = DIR_GetCurrent [(DriveName)]
Returns
String.
Parameters
Name |
Type |
Optional |
Meaning |
DriveName |
String |
No |
Name of the drive (disk) you want the current directory. |
Remarks
Restrictions
See also
Examples
'---Get current directory from default drive
DIR_GetCurrent
'---Get current directory from drive C:
DIR_GetCurrent("C:")
'---Get current directory from drive D:
DIR_GetCurrent("D:")
© 2004-2008 thinBasic. All rights reserved. | Version 1.7.0.0 | Web Site: http://www.thinbasic.com |