Hello,
first, thank you for sharing and maintaining p4vfs, it's very cool.
I'd like to ask if there's a way to programmatically query the Size on disk that I can see in the folder properties window. I'd like to know how much space a given p4vfs-managed directory takes on a disk.
I've tried various approaches, but without success. Mentioning some below:
- CMD's
dir command reports only the full size
- Git BASH's
du command reports the full size and hydrates files in the process
- Sysinternals'
du command reports both Size and Size on disk, but the latter is incorrect (there's a non-zero value)
- Python's
os.stat(file_path).st_size returns the full size
Best,
Juraj
Hello,
first, thank you for sharing and maintaining p4vfs, it's very cool.
I'd like to ask if there's a way to programmatically query the Size on disk that I can see in the folder properties window. I'd like to know how much space a given p4vfs-managed directory takes on a disk.
I've tried various approaches, but without success. Mentioning some below:
dircommand reports only the full sizeducommand reports the full size and hydrates files in the processducommand reports both Size and Size on disk, but the latter is incorrect (there's a non-zero value)os.stat(file_path).st_sizereturns the full sizeBest,
Juraj