|
|
|
|
PM_getdcwd
Function to get the current working directory for the specified drive.
Declaration
void PMAPI PM_getdcwd(
int drive,
char *dir,
int len)
Prototype In
pmapi.h
Parameters
drive |
Drive letter to get working directory for |
dir |
Place to store working directory |
len |
Length of working directory buffer |
Description
This function is used to get the current working directory for the specified drive from the operating system. Under Unix systems, this will always return the current working directory regardless of what the value of 'drive' is since there is no concept of drives under Unix.
See Also
Copyright © 2002 SciTech Software, Inc. Visit our web site at http://www.scitechsoft.com