Access CurDir Function

Last updated: August 26, 2026.

The CurDir function returns the current path for the default drive or for a specified drive.

Syntax

CurDir[(drive)]
ArgumentDescription
driveOptional 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.

admin

admin

Leave a Reply

Your email address will not be published.