Create a text file using Visual Foxpro - Experts Exchange - The network for technology professionals
IF FILE('autodocspath.ini') && Does the ini file exist in the current directory? Local gnFileHandle,nSize,cString gnFileHandle = FOPEN('autodocspath.ini') * Seek to end of file to determine number of bytes in the file. nSize = FSEEK(gnFileHandle, 0, 2) &&...