(C) 1998 AROS - The Amiga Research OS


NAME
#include <proto/dos.h>

BPTR CurrentDir (lock)

LOCATION
In DOSBase at offset 21

SYNOPSIS
BPTR lock

FUNCTION
Sets a new directory as the current directory. Returns the old one. 0 is valid in both cases and represents the boot filesystem.

INPUTS
lock
Lock for the new current directory.

RESULT
Old current directory.

EXAMPLE

SEE ALSO

NOTES

BUGS

INTERNALS

HISTORY