Supported Browsers Home   
PM_getch Previous   
PM_haveBIOSAccess Next   
External Functions Up   

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

PM_getCurrentPath

Copyright © 2002 SciTech Software, Inc. Visit our web site at http://www.scitechsoft.com