Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hello,
I'm trying to develop a report which shows the file and folder information on a specific hard drive location.
I'm using for each loop to get the filenames and extensions. But i need to add file sizes and creation dates to my script.
Does anyone know if this can be done with Qlikview or not?
Thank you...
Cem
You can use filesize() to get the size of your files and filetime() to access the last modified timestamp of the file.
Look at the File functions in Help
You can use filesize() to get the size of your files and filetime() to access the last modified timestamp of the file.