SYNOPSIS:
int func.file.chdir(targetdir)
DESCRIPTION:
Make Eccet change its directory to "targetdir".
RETURN VALUE:
On success, zero is returned. On error, -1 is returned.
The return code is the code from the chdir() system call.
SEE ALSO:
expression
,
variable
,
function
,
func.file
,
func.file.rmdir
,
func.file.mkdir
,
func.file.getdir
,
func.file.exists
,
func.file.open
,
func.file.close
,
func.file.unlink
,
func.file.puts
,
func.file.gets