AbstractOperatingSystem.st
changeset 6772 6bfdc2522ea2
parent 6720 7ace23c12501
child 6781 97bf31b8e8b1
equal deleted inserted replaced
6771:997fec197366 6772:6bfdc2522ea2
  2269 isExecutable:aPathName
  2269 isExecutable:aPathName
  2270     "return true, if the given file is executable.
  2270     "return true, if the given file is executable.
  2271      For symbolic links, the pointed-to-file is checked."
  2271      For symbolic links, the pointed-to-file is checked."
  2272 
  2272 
  2273     self subclassResponsibility
  2273     self subclassResponsibility
       
  2274 !
       
  2275 
       
  2276 isMountPoint:aPathName
       
  2277     ^ false
  2274 !
  2278 !
  2275 
  2279 
  2276 isReadable:aPathName
  2280 isReadable:aPathName
  2277     "return true, if the file/dir 'aPathName' is readable.
  2281     "return true, if the file/dir 'aPathName' is readable.
  2278      For symbolic links, the pointed-to-file is checked."
  2282      For symbolic links, the pointed-to-file is checked."
  4416 ! !
  4420 ! !
  4417 
  4421 
  4418 !AbstractOperatingSystem class methodsFor:'documentation'!
  4422 !AbstractOperatingSystem class methodsFor:'documentation'!
  4419 
  4423 
  4420 version
  4424 version
  4421     ^ '$Header: /cvs/stx/stx/libbasic/AbstractOperatingSystem.st,v 1.74 2002-08-15 15:45:14 penk Exp $'
  4425     ^ '$Header: /cvs/stx/stx/libbasic/AbstractOperatingSystem.st,v 1.75 2002-09-25 09:51:22 penk Exp $'
  4422 ! !
  4426 ! !
       
  4427 
  4423 AbstractOperatingSystem initialize!
  4428 AbstractOperatingSystem initialize!