Method: Windows::FileSystem.windows_path

Defined in:
lib/microstation/app.rb

.windows_path(path) ⇒ Object



17
18
19
20
# File 'lib/microstation/app.rb', line 17

def self.windows_path(path)
  obj = new
  obj.windows_path(path)
end