class OpenStudio::ZipFile
Public Class Methods
new(path, boolean)
click to toggle source
# File lib/openstudio-api-stubs/Classes/ZipFile.rb, line 4 def self.new(path, boolean) end
Public Instance Methods
addDirectory(path, path)
click to toggle source
# File lib/openstudio-api-stubs/Classes/ZipFile.rb, line 8 def addDirectory(path, path) end
addFile(path, path)
click to toggle source
# File lib/openstudio-api-stubs/Classes/ZipFile.rb, line 6 def addFile(path, path) end