Casing in filesystems

Lantz Rowland lantz at aabysgallery.com
Tue Mar 13 22:31:55 UTC 2001


At 03:06 am 3/12/01, Peter Crowther wrote:
>MS-DOG users should learn that the CAPS LOCK key *does* make a
>difference :-).

<chuckle>

un*x programmers should learn that some humans actually use that ShiftKey 
thingy when naming Objects or a FileDirectory.  Incorrect assumptions can 
produce surprising results. ;^)

" - - - - - - - - - - - - - - - - - - - - - "
FileDirectory default isCaseSensitive.
         "==> false "

FileDirectory default
         "==> DosFileDirectory on 'c:/Lantz/DjGpp/Squeak/zLImg/zLSqk31' "

(HomeDir directoryNamed: #bin) class.
         "==> DosFileDirectory "

myBaSh class.
         "==> Win32Shell "

myBaSh  shellOpen: ((HomeDir directoryNamed: #bin) fileNamed: #bash) name.

         GNU bash, version 2.04.7(1)-release (i386-pc-msdosdjgpp)
         Copyright 1999 Free Software Foundation, Inc.

gnuDir _ HomeDir directoryNamed: #gnu.
          "==> DosFileDirectory on 'c:/Lantz/DjGpp/gnu' "

gnuDir directoryNames.
         "==> #('genopt-0.6' 'autocnf2.13' 'bash-2.04' 'bc-1.06' 
'filutil3.16' 'dictn-0.7' 'amake-1.4' 'emacs' 'ispell-3.120' 'gnugo-2.6' 
'gnupg-1.0.4' 'tar-1.12' 'sed-3.02' 'sh-util1.12' 'hello-1.3' 'gprlg-1.12' 
'libgxx-2.811' 'm4-1.4' 'patch-2.5' 'cvs-1.9' 'perl-5.005' 'libtool-1.3.4' 
'mc-4.1.35' 'oleo-1.6' 'txtutil2.0' 'pmpth-1.80' 'pth-1.36' 'flex-2.54' 
'cperf-2.1a' 'ed-0.2' 'groff-1.10' 'gtxt-010.32' 'id-utils.32' 'inetu132' 
'st-1.74' 'binutl-2.951' 'bison-1.28' 'diffutil.272' 'zLHide' 'grep-2.4' 
'indent-2.2-4' 'less-340' 'texinfo4.0' 'make-3.791' 'malloc' 'zLlsck' 
'termcap-1.3' 'djgpp' 'gdbm-1.8-0' 'gawk-3.0-6') "

" - - - - - - - - - - - - - - - - - - - - - "


At 08:13 am 3/12/01, John M McIntosh wrote:
>Ah, I'll fix the bug in the MPEGPlugin. I've some other changes pending 
>here, one for transparency in Morphic for example, plus some performance 
>tuning.

Cool. But I am curious what dependency you have placed on the file extension.

Cheers,
Lantz

--
   Lantz Rowland <lantz at aabysgallery.com>  PgpKey: 0x67E5DFA5
   The Geek Under The FloorBoards of AabysGallery
   AabysGallery <http://aabysgallery.com/>
----------------------------------------------------------------------





More information about the Squeak-dev mailing list