module DTK::Client::DtkPath

Public Class Methods

base_dir() click to toggle source
# File lib/client/util/dtk_path.rb, line 20
def self.base_dir
  "#{OsUtil.home_dir}/dtk"
end
log_dir() click to toggle source
# File lib/client/util/dtk_path.rb, line 24
def self.log_dir
  base_dir
end