Previous: 4.74.2.14. GetCBreak procedure To the Table of Contents Next: 4.74.2.16. GetDate procedure
4.74.2.14. GetCBreak procedure Table of Contents 4.74.2.16. GetDate procedure

- 4.74.2.15. -
Table of Contents
4. Standard Units
4.74. WinDos - MS-DOS function emulation for OS/2 and Win32
4.74.2. WinDos Unit Procedures and Functions
4.74.2.15. GetCurDir function


4.74.2.15. GetCurDir function

Targets: MS-DOS, OS/2, Win32


WinDos Unit

Returns the current directory of a specified drive.

Declaration:
function GetCurDir(Dir: PChar; Drive: Byte): PChar;
Remarks:
where Drive is:
    0  Default drive
    1  Drive A
    2  Drive B
    3  Drive C
and so on...


Previous: 4.74.2.14. GetCBreak procedure To the Table of Contents Next: 4.74.2.16. GetDate procedure
4.74.2.14. GetCBreak procedure Table of Contents 4.74.2.16. GetDate procedure

- 4.74.2.15. -