Method: Winhelper.file_system_type_from_path
- Defined in:
- lib/filewatch/winhelper.rb
.file_system_type_from_path(path) ⇒ Object
103 104 105 |
# File 'lib/filewatch/winhelper.rb', line 103 def self.file_system_type_from_path(path) file_system_type_from_handle(open_handle_from_path(path)) end |