o que esse If procura?
If oFS.FileExists(strFilePath) Then ret = oFS.GetFile(strFilePath).Size Else ret = "Arquivo não existe." End If
o que esse If procura?
If oFS.FileExists(strFilePath) Then ret = oFS.GetFile(strFilePath).Size Else ret = "Arquivo não existe." End If