0.0
No commit activity in last 3 years
No release in over 3 years
get_file_system is the system for getting the directories and files of any root folder
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Development

 Project Readme

get_file_system

This gem is used for find the directories , sub directories and files of the given path. And it show give size of each directory and file in bytes.

Include the gem in your Gemfile of Rails App or just do

gem install get_file_system

In irb or in rails console just require it

require 'get_file_system'

GetFileSystem::FileSystem.get_file_system('/path_of_your_directory')