There are no reviews yet. Be the first to send feedback to the community and the maintainers!
Repository Details
Add and remove resources to a directory safely, class wraps methods for ease of use, but also ensures files aren't accidentally over written or removed by filtering contents on extension and ensuring new files have a unique name (Adds an incrementation to the file name e.g. image.jpeg -> image(1).jpeg but only if image.jpeg already exists)