Disc space left on virtual drives

Hi,

I have an ntfs drive that i load up as a directory on another one instead of a drive letter. When i go into f:\photography it tells me how much space is left on f:\ and does not seem to realize that f:\photography is actually another physical drive. Windows Explorer works just fine, but not DO. I was wondering if this is a bug or perhaps an issue with my custom status bar code. My code is listed below just in case the problem lies with that.

{sdL}/{tdL} folders, {sfL}/{tfL} files, {sbaL} selected/{tbaL} total ({dfL} free) {bg+v=sbL/690m,f=2,t=no,c1=#00ff00,c2=#ffff00,c3=#ff000,g=2,L=0}{bg+v=sbL/4.36g,f=2,t=no,c1=#00ff00,c2=#ffff00,c3=#ff000,g=2,L=1}
{rleft}{bg+v=duLa/dtLa,W=-1,f=3,t=#eaff00,c1=#01075a,c2=#0012ff,c3=#ff000,g=2}
{sdR}/{tdR} folders, {sfR}/{tfR} files, {sbaR} selected/{tbaR} total ({dfR} free) {bg+v=sbR/690m,f=2,t=no,c1=#00ff00,c2=#ffff00,c3=#ff000,g=2,L=0}{bg+v=sb/4.36g,f=2,t=no,c1=#00ff00,c2=#ffff00,c3=#ff000,g=2,L=1}
{bg+v=duRa/dtRa,W=-1,f=3,t=#eaff00,c1=#01075a,c2=#0012ff,c3=#ff000,g=2}

Interesting... I've never seen too many people make use of this NTFS feature... Maybe it's too Unix-ish for some folks eh? But I'm guessing that Dopus simply strips out the path of whatever folder you're in and looks up the capacity stats for the root volume letter of that path. I guess Dopus would have to adopt a different policy of always evaluating the current directory to see if it's got any reparse point attribute data or something to detect if it's actually a mounted drive link instead of a normal folder...

Doh'... and... DOH'

Has anyone read the change notes for 8.2.0.2?

time to upgrade then :stuck_out_tongue:

Opps