How can I obtain the size of a file without opening the file? I understand that the function FileSize will return the size of the file in bytes; however, to use this function, the file must be open. Is there another function out there that will return the file size without requiring the file to be open? [sig][/sig]