R
roger
is getAttr failing on a compressed drive?
trying to tell if a directory entry is a folder or a file:
If GetAttr(CurrPath & strCurrFile) = vbDirectory Then
'do the folder thing
else
'do the file thing
end if
"If" part happens for folders but "Else" doesn't seem to happen on a
compressed drive.
what have I done wrong?
trying to tell if a directory entry is a folder or a file:
If GetAttr(CurrPath & strCurrFile) = vbDirectory Then
'do the folder thing
else
'do the file thing
end if
"If" part happens for folders but "Else" doesn't seem to happen on a
compressed drive.
what have I done wrong?