NAME_$SET_WDIR Domain/OS NAME_$SET_WDIR
NAME
name_$set_wdir - sets the working directory
SYNOPSIS (C)
#include <apollo/base.h>
#include <apollo/name.h>
void name_$set_wdir(
char *directory_name,
unsigned short &name_length,
status_$t *status)
SYNOPSIS (Pascal)
%include '/sys/ins/base.ins.pas';
%include '/sys/ins/name.ins.pas';
procedure name_$set_wdir(
in directory_name: univ name_$long_pname_t;
in name_length: integer;
out status: status_$t);
SYNOPSIS (FORTRAN)
%include '/sys/ins/base.ins.ftn'
%include '/sys/ins/name.ins.ftn'
integer*4 status
integer*2 name_length
character directory_name*1023
call name_$set_wdir(directory_name, name_length, status)
DESCRIPTION
Name_$set_wdir sets the working directory to directory_name.
directory_name
The pathname of the desired working directory.
name_length
The number of bytes in directory_name.
status
The completion status.