ccmywish / standard_path

Standard Path for cross-platform gems

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

StandardPath

Install

$ gem install standard_path

Usage

require 'standard_path'

StandardPath.downloads
StandardPath.music
StandardPath.app_local_data(my_app)

APIs

  • .os

  • .desktop

  • .documents

  • .downloads

  • .pictures

  • .music

  • .videos / .movies

  • .app_data(name)

  • .app_local_data(name)

  • .app_config(name)

  • .app_cache(name)

  • .app_temp(name)

About

Standard Path for cross-platform gems

License:MIT License


Languages

Language:Ruby 100.0%