Get the name of an open filehandle
Source position: amigados.pas line 2503
| function NameFromFH( | 
| Fh: LongInt; | 
| Buffer: PChar; | 
| Len: LongInt | 
| ):LongBool; | 
| Fh | 
 | Lock of object to be examined. | 
| Buffer | 
 | Buffer to store name. | 
Returns a fully qualified path for the filehandle. This routine is guaranteed not to write more than len characters into the buffer. The name will be null-terminated. See NameFromLock() for more information.
Note: Older filesystems that don't support ExamineFH() will cause NameFromFH().
| 
 | Returns the name of a locked object | |
| 
 | Gets information on an open file |