Registry / utility / fun-with-files

fun-with-files

JSON →
library0.0.18rbrubygemsunverified

Fun With Files provides an intuitive syntax for performing file actions like joining paths, touching files, and globbing.

gem install fun_with_files
INSTALL
IMPORT
SIG · FUN-WITH-FILES
F
fun-with-files
utilityrubyv0.0.18
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

FunWith::Files
require 'fun_with_files'

Create a file and find MP3s in the home directory.

require 'fun_with_files' home = FunWith::Files::FilePath.home home.touch('Music', 'song.mp3') puts home.glob(ext: 'mp3', recurse: true).first
Debug
Known issues

No known issues recorded.

Upgrade
Version history
0.0.18latest on RubyGems
Audit
Dependencies

No dependency data recorded yet.

Agent activity
2 hits · last 30 days
node
2
Resources