Group: File Management - Library: kernel32
Retrieving file information for the VFP executable running
Using File Mapping for enumerating files opened by Visual FoxPro
DWORD GetFileType(
HANDLE hFile // handle to file
);
DECLARE INTEGER GetFileType IN kernel32;
INTEGER hFile
hFile [in] Handle to an open file.
The return value is one of the following values.