Name
hw_GetCurrentDir -- get path to current directory (V5.0)
Synopsis
void hw_GetCurrentDir(STRPTR buf, int len);
Function
This function copies a fully-qualified path specification to the current directory to the specified memory buffer.

This function is thread-safe.

Designer compatibility
Supported since Designer 4.0

Inputs
buf
buffer to receive current directory
len
size of that buffer

Show TOC