Name
hw_NameFromLock -- get fully qualified path to file system object (V6.0)
Synopsis
int ok = hw_NameFromLock(APTR handle, STRPTR buf, int size);
Function
This function copies the fully-qualified path of the specified file system object opened by hw_Lock() to the memory buffer provided in parameter 2.

This function is thread-safe.

Designer compatibility
Supported since Designer 4.0

Inputs
handle
object handle returned by hw_Lock()
buf
pointer to memory buffer to receive the path specification
size
size of the buffer in bytes
Results
ok
True on success, False otherwise

Show TOC