Method: Winhelper.file_system_type_from_io

Defined in:
lib/filewatch/winhelper.rb

.file_system_type_from_io(io) ⇒ Object



107
108
109
110
111
# File 'lib/filewatch/winhelper.rb', line 107

def self.file_system_type_from_io(io)
  FileWatch::FileExt.io_handle(io) do |pointer|
    file_system_type_from_handle(pointer, false)
  end
end