On 2016-10-20 12:25, mbsoftwaresolutions@mbsoftwaresolutions.com wrote:
My VFP9SP2 app creates an Excel file via automation. I want to echo back to the originating form the filename and filesize created. I checked out the FSIZE command but wondered if there was a better way to determine the outputted file size? These files are being created on a network drive, most likely (unless the user chooses a local drive). WSH (Windows Scripting Host) comes to mind (but not sure if that's locked down).
tia, --Mike
Looking at Ted's ADIR logic in another thread and testing it here....that will work if I simply give the full path+filename for the file created!!!
:-)