2
0
Mark Sibly 7 жил өмнө
parent
commit
3fd66c483d

+ 1 - 1
modules/std/filesystem/filesystem.monkey2

@@ -372,7 +372,7 @@ End
 #end
 #end
 Function IsRootDir:Bool( path:String )
 Function IsRootDir:Bool( path:String )
 	
 	
-	Return ExtractRootDir( path )<>""
+	Return ExtractRootDir( path )=path
 End
 End
 
 
 #rem monkeydoc Gets the process current directory.
 #rem monkeydoc Gets the process current directory.