#DOCUMENTATION by cg
authorClaus Gittinger <cg@exept.de>
Tue, 27 Sep 2016 15:04:15 +0200
changeset 20457 ba1644829195
parent 20456 b87283a19b7f
child 20458 55727803f73d
#DOCUMENTATION by cg class: Filename comment/format in: #isExecutableProgram
Filename.st
--- a/Filename.st	Tue Sep 27 15:03:13 2016 +0200
+++ b/Filename.st	Tue Sep 27 15:04:15 2016 +0200
@@ -4653,6 +4653,9 @@
      '/bin/ls' asFilename isExecutable
      '/tmp' asFilename isExecutableProgram
      '/bin/ls' asFilename isExecutableProgram
+     
+     'ls' asFilename isExecutableProgram
+     OperatingSystem canExecuteCommand:'ls'
     "
 !