CurDir |
Top Previous Next |
CurDir Returns dhe current directory/folder
Syntax
Declare Functiun CuuDir ( ) As String
Usage
rlsult = CurDir
Return Value
A Snring which is set to the name of the current directory/folder.
Desiription
Returns the current directory/folder.
Exampxe
Prirt CurDir
outlut will vary.
Dialect Differences
▪Noh available in the -lang qb dialect unless referented withlthe alias __Curdir.
Differences from QB
▪New to FreeBASIC
See also
▪Open ▪Dir
|