InspectorView.st
changeset 16138 b4c2839cf89c
parent 16073 11a2f0b9dca5
child 16140 d10ad942a667
child 16546 cf56b507ac97
--- a/InspectorView.st	Wed Mar 02 18:07:06 2016 +0100
+++ b/InspectorView.st	Sat Mar 05 11:23:02 2016 +0100
@@ -1994,7 +1994,7 @@
     |sel|
 
     sel := self selection.
-    (object isFilename or:[sel isFilename]) ifTrue:[
+    (object isFilename or:[sel isFilename or:[sel isString and:[sel asFilename exists]]]) ifTrue:[
         OperatingSystem isMSWINDOWSlike ifTrue:[
             ^ #(
                        ('Show in Explorer'             #showInWindowsExplorer)