The FCREATE/FOPEN is used in several places throughout the code and I would need to somehow store and preserve the open file details.
Paul
AFAIK the VFP file handle is internal to VFP and does not equate to a Windows hFile, and as such trying to use Windows API functions like GetFileNameByHandle won't work.
An ideal case for a manager class I reckon.