Module: AssOle::Snippets::IsSnippet::WinPath Private
- Defined in:
- lib/ass_ole/snippets.rb
Overview
This module is part of a private API. You should avoid using this module if possible, as it may be removed or be changed in the future.
Helper for pass into 1C ole runtime understandable file system pathes. This provides method #real_win_path which will be available in snippets
Instance Method Summary collapse
- #real_win_path(path) ⇒ Object private
Instance Method Details
#real_win_path(path) ⇒ Object
This method is part of a private API. You should avoid using this method if possible, as it may be removed or be changed in the future.
37 38 39 40 |
# File 'lib/ass_ole/snippets.rb', line 37 def real_win_path(path) AssLauncher::Support::Platforms .path(path).realdirpath.win_string end |