Language

Package: guile-file-names @ 0.3

Synopsis

Manipulate file names

Description

The (file-names) module provides tools for manipulating file names. The module was built on the idea that doing anything more than a non-trivial modification of a file name string is a pain (making sure all slashes are present and accounted for, resolving . and .., etc). Inevitably, you have to break the string up into chunks and operate on that list of components. This module takes care of that for you.

Home page
https://gitlab.com/brandoninvergo/guile-file-names
Location
gnu/packages/guile-xyz.scm (line: 2922, column: 2)
License

Lint warnings

LinterMessageLocation
No lint warnings