module PutioFs

Public Class Methods

tmp_dir() click to toggle source
# File lib/putio_fs.rb, line 7
def self.tmp_dir
  res = File.expand_path(File.dirname(__FILE__))+"/../tmp"
  File.expand_path(res)
end