| CurDir() CurDir(“D”) |
Result:
| C:\Documents and Settings\user\My Documents D:\ |
The CurDir() function retrieves the full path for a specified drive in SQL.
| CurDir(drive) |
|
Parameter |
Description |
|
drive |
Optional. Specifies the drive for which the full path is returned. If not specified, it defaults to the current drive. |
|
Works in: |
From Access 2000 |