More ugly conditionals from inside the FS library...
(self exists: path)
ifTrue: [
(self isFile: path)
ifTrue: [ self
signalFileExists: path ]
ifFalse: [ self
signalDirectoryExists: path ] ].
(self isDirectory: parent)-- View this message in context: http://forum.world.st/FSReference-tp3985640p3985973.html Sent from the Pharo Smalltalk mailing list archive at Nabble.com.
