Sha256: 53a5dabb3b90aaf16f1c2fbb4a312806c1feda0f0704cdcab4246ad661ee2959

Contents?: true

Size: 299 Bytes

Versions: 2

Compression:

Stored size: 299 Bytes

Contents

# launch the browser with a url
def foldeditorlaunchurl

 url1 = File.expand_path(  @a_viewfoldlink.to_s.strip )
 
 url = "file://#{url1}" 


`#{$foldeditorbrowser}  "#{url}"`

end

def foldeditorlaunchhttp

url =  @a_viewfoldlink.to_s.strip


`#{$foldeditorbrowser}  "#{url}"`

end

Version data entries

2 entries across 2 versions & 2 rubygems

Version Path
bigtinker-0.97 code/superant.com.foldeditor/launchfoldeditorurl.rb
rwdfoldeditor-0.07 code/superant.com.foldeditor/launchfoldeditorurl.rb