Question
get size of file
My main.asc file does some logging within it using the file class. That log file has gotten very big and I'm trying to implement a solution to back up the file when it gets too big. Does anyone know how to check the size of a text file from within the main.asc file?
