Reputation: 17842
Is there any method to create a file of desired size whenever I create a file using CreateFile().
Thanks.
Upvotes: 0
Views: 517
Reputation: 6314
you might use, at the prompt (with admin credentials), "fsutil file createnew" followed by the file name and the desired size (in bytes)
Upvotes: 0