Home  /  Autodocs  /  dos.library

NAME

CurrentDir
Make a directory Lock the current directory

SYNOPSIS

oldLock = CurrentDir( Lock )
D0 D1

BPTR CurrentDir(BPTR)

FUNCTION

CurrentDir() causes a directory associated with a Lock to be made the current directory. The old current directory Lock is returned.

A value of zero is a valid result here as this 0 Lock represents the root of the file system that you booted from.

Any call that has to Open() or Lock() files, etc. requires that the current directory be a valid Lock or 0.

INPUTS

lock
BCPL pointer to a Lock

RESULT

oldLock
BCPL pointer to a Lock

SEE ALSO

Lock(), UnLock(), Open(), DupLock()