fileutils
  1. Overview
  2. Docs
API to manipulate files (POSIX like) and filenames

Install

Authors

Maintainers

Sources

fileutils-0.6.4.tbz
sha256=7a7bb6bc6a36b6ebdac2b4e46a9e9b10d366c5a2d4417a5f1d68a1fbba0a445f
sha512=7053f8d92655d5631f1ec61ab7f9e3f6e3afedbe435038858dd9a026b9c769c6182afaa436491a398e7c4513b384a609e016718e030855996b2d9d54b461bd19

Description

This library provides an API to perform POSIX like operations on files like:

  • mv
  • cp
  • rm
  • mkdir
  • touch
  • which...

It also provides a module to manipulate abstract filenames:

  • classification
  • make_relative: made a filename relative to another
  • make_absolute

Published: 31 Oct 2022