# File lib/windows/sys/filesystem.rb, line 248
      def self.mount_point(file)
         file = file.tr(File::SEPARATOR, File::ALT_SEPARATOR)
         PathStripToRoot(file)
         file[/^[^\0]*/]
      end