Dolphin.com.bd

Office Suite Tutorial => Microsoft Office Access => Topic started by: bbasujon on August 15, 2012, 05:29:55 PM

Title: Microsoft Access Function Library: CurDir()
Post by: bbasujon on August 15, 2012, 05:29:55 PM
Microsoft Access Function Library: CurDir() Function: CurDir()

Purpose: The CurDir() function returns a string containing the current working directory.

Usage: CurDir(drive)

Returns: String containing the current working directory for drive. If no drive is specified, it returns the current working directory for the C: drive.

Examples and Special Cases

 CurDir(“C”) = “C:\MYDIR”
 CurDir(“D”) = “D:\YOURDIR”
 CurDir() = “C:\MYDIR”