Tagged Questions

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
105 views

Visual Studio scratch disk behavior

I don't know if this feature exists, but I'd like a way to control Visual Studio 2010's scratch disk behavior (other than completely turning off intellisense). Right now it creates a massive .sdf ...