Tagged Questions

3
votes
4answers
264 views

How can I find the file size only using the the windows command shell?

I'm trying to write a script that checks if the size of a file is greater than 0 and if so, prints "greater". I looked at this question and got some good ideas. I tried to implement what the second ...
2
votes
4answers
1k views

Programatically determining file “size on disk” in advance

I need to know how big a given in-memory buffer will be as an on-disk (usb stick) file before I write it. I know that unless the size falls on the block size boundary, its likely to get rounded up, ...
0
votes
1answer
153 views

How could file size change without 'date modified' getting changed? [closed]

I was puzzled seeing this. My vmware virtual machine was running and I was monitoring the size of the virtual disk file. The size of the file kept increasing but 'last modified' date remained ...