Squeak
  links to this page:    
View this PageEdit this PageUploads to this PageHistory of this PageTop of the SwikiRecent ChangesSearch the SwikiHelp Guide
Detailed notes on "view attachments" bug on Windows
Last updated at 1:17 am UTC on 17 January 2006
Reported by Ned Konz on 6/19/2003:

"I've noticed that when I say to "open attachments" in Windows, I
don't get to the directory.

The problem is with file-system case sensitivity (none) vs. case
preservation (some but not consistent):

FileDirectory default => 'c:\squeak'.

Now I can't see the attachments, because they're in
'c:\squeak\email...' but the FileList2 is showing 'C:', 'Squeak',
'email...'.

then I do
... repository onDirectory: (FileDirectory on: 'C:\Squeak').

Now I can see it.

I don't really know how to fix this; I think that the problem is with
what the platform returns the CWD as."