|
At least this part:
- When selected some folders, with special files(system files) I get this error (DoesNotUnderstand:False>>humanReadableSIByteSize)
is a problem in sqWin32Directory.c for fileplugin primitives.
It uses GetFileAttributesExW for dir_EntryLookup which can get ERROR_SHARING_VIOLATION (for example against 'C:\pagefile.sys').
enumerating with dir_Lookup does not suffer from this, because
it uses FindFirstFile/FindNextFile.
squeakvms (and maybe older pharos as well) only use FindFirstFile
for directory listings.
|
|
|
Priority: 3 – Must Fix
|
|
Status: Work Needed (Not Reproducible)
|
|
Assigned to: Everyone
|
|
Milestone: Later
|
Go to Case
|
|