I've got a procedure that I run on a dialy basis that involves importing a data file into my database. The file does not have a file extension. It's just has a name. What I'd like to do is keep a record of the file size as I currently track the time it takes to import the file.
Is there anyway I can get the file size returned into a variable that I can store? I start the import process by entering the file name and location. That is not a problem. I'd just like to know if I can get the file size???
Thanks for any advise!
Is there anyway I can get the file size returned into a variable that I can store? I start the import process by entering the file name and location. That is not a problem. I'd just like to know if I can get the file size???
Thanks for any advise!