TreeSize: Get sizes of a directory and its sub-directories

Share your advanced PureBasic knowledge/code with the community.
Little John
Addict
Addict
Posts: 4777
Joined: Thu Jun 07, 2007 3:25 pm
Location: Berlin, Germany

Re: TreeSize: Get sizes of a directory and its sub-directories

Post by Little John »

BarryG wrote: Tue Feb 22, 2022 9:47 am None of those sizes require 64-bit calculations and have anything to do with a 64-bit system, though. They could be a group of files anywhere.
No. Of course the problem has to do with the way how 64-bit Windows handles 32-bit programs.
But this is beyond the scope of this topic.
AZJIO
Addict
Addict
Posts: 2143
Joined: Sun May 14, 2017 1:48 am

Re: TreeSize: Get sizes of a directory and its sub-directories

Post by AZJIO »

BarryG wrote: Tue Feb 22, 2022 9:47 am I'll keep trying to find another way.
There is no other way, any x32 program on an x64 operating system without disabling redirection will use SysWOW64 when specifying the System32 directory.
Post Reply