Forum Discussion

SchmittyT9's avatar
SchmittyT9
New Contributor
8 years ago

aqFile.Exists(filePath) is returning true, but aqFile.GetSize(filePath) returns an error

I have some code that first checks if the file exists, and then does some other stuff, including getting the file size. If aqFile.Exists(filePath) Then fileSize = aqFile.GetSize(filePath) ' Do...