Windows CE and minimal image

Josh Flowers joshflowers at mac.com
Fri Jun 2 07:36:21 UTC 2000


O.K., this is what I get for playing with a DeveloperPreview Operating  
System.  I don't see an attachment with the last e-mail I sent, so here's  
it is, inline.

'From Squeak2.7 of 5 January 2000 [latest update: #1762] on 14 April 2000  
at 11:01:46 pm'!
U
n
i
x
F
i
l
e
D
i
r
e
c
t
o
r
y
 
s
u
b
c
l
a
s
s
:
 
#
C
E
F
i
l
e
D
i
r
e
c
t
o
r
y


	
 
instanceVariableNames: ''
	
c
l
a
s
s
V
a
r
i
a
b
l
e
N
a
m
e
s
:
 
'
'


	
p
o
o
l
D
i
c
t
i
o
n
a
r
i
e
s
:
 
 
''
	
c
a
t
e
g
o
r
y
:
 
'
S
y
s
t
e
m
-
F
i
l
e
s
'
!




!
D
o
s
F
i
l
e
D
i
r
e
c
t
o
r
y
 
c
l
a
s
s
 
m
e
t
h
o
d
s
F
o
r
:
 
 
'platform specific'!
i
s
A
c
t
i
v
e
D
i
r
e
c
t
o
r
y
C
l
a
s
s


	
|
 
t
1
 
|


	
t
1
 
_
 
S
m
a
l
l
t
a
l
k
 
 
getSystemAttribute: 1002.
	
(
t
1
 
n
o
t
N
i
l
 
a
n
d
:
 
[
t
1
 
=
 
'
C
E
'
]
)


	
	
 
ifTrue: [^ false].
	
^
 
s
u
p
e
r
 
i
s
A
c
t
i
v
e
D
i
r
e
c
t
o
r
y
C
l
a
s
s
!
 
!






 
!UnixFileDirectory methodsFor: 'file names'!
f
u
l
l
P
a
t
h
F
o
r
:
 
t
1
 


	
t
1
 
i
s
E
m
p
t
y
 
 
ifTrue: [^ pathName].
	
t
1
 
f
i
r
s
t
 
=
 
s
e
l
f
 
p
a
t
h
N
a
m
e
D
e
l
i
m
i
t
e
r
 
i
f
T
r
u
e
:
 
[
^
 
t
1
]
.


	
 
^ pathName , self slash , t1! !




!
C
E
F
i
l
e
D
i
r
e
c
t
o
r
y
 
c
l
a
s
s
 
m
e
t
h
o
d
s
F
o
r
:
 
 
'platform specific'!
i
s
A
c
t
i
v
e
D
i
r
e
c
t
o
r
y
C
l
a
s
s


	
|
 
t
1
 
|


	
t
1
 
_
 
S
m
a
l
l
t
a
l
k
 
 
getSystemAttribute: 1002.
	
t
1
 
i
s
N
i
l
 
i
f
F
a
l
s
e
:
 
[
^
 
t
1
 
=
 
'
C
E
'
]
.


	
^
 
 
false! !


!
C
E
F
i
l
e
D
i
r
e
c
t
o
r
y
 
c
l
a
s
s
 
m
e
t
h
o
d
s
F
o
r
:
 
'
p
l
a
t
f
o
r
m
 
s
p
e
c
i
f
i
c
'
!


 
isCaseSensitive
	
^
 
t
r
u
e
!
 
!




!
C
E
F
i
l
e
D
i
r
e
c
t
o
r
y
 
c
l
a
s
s
 
m
e
t
h
o
d
s
F
o
r
:
 
'
p
l
a
t
f
o
r
m
 
 
specific'!
p
a
t
h
N
a
m
e
D
e
l
i
m
i
t
e
r


	
^
 
$
\
!
 
!






More information about the Squeak-dev mailing list