Last updated: August 26, 2026.
The CurDir function returns the current path for the default drive or for a specified drive.
Syntax
CurDir[(drive)]| Argument | Description |
|---|---|
drive | Optional drive letter such as C |
Examples
CurDir
CurDir("C")
CurrentFolder: CurDir()The process working directory is environment-dependent. Use an explicitly configured path when an application must read or write a known folder.
See Microsoft’s Access function reference for related expression functions.