No Description

Zelphir Kaltstahl 67266331dc fix incorrect library usage 1 year ago
guix-env f6fc2d03e4 Cleanup repo 1 year ago
test 3f8037a99f implement parent-fsing 2 years ago
.gitignore 7741e4d66e update gitignore 3 years ago
AUTHORS b9c0af7711 update to version 0.2.1 3 years ago
COPYING f2aba9f69c add license in COPYING instead of LICENSE 3 years ago
README.org f6fc2d03e4 Cleanup repo 1 year ago
file-system.scm f6fc2d03e4 Cleanup repo 1 year ago
fslib.scm f6fc2d03e4 Cleanup repo 1 year ago
guix.scm bf018b23c7 correct hash again ... 1 year ago
list-utils.scm f6fc2d03e4 Cleanup repo 1 year ago
logging.scm f6fc2d03e4 Cleanup repo 1 year ago
string-utils.scm 67266331dc fix incorrect library usage 1 year ago
todo.org f6fc2d03e4 Cleanup repo 1 year ago

README.org

-*- mode: org; coding: utf-8; -*-

About

guile-fslib is a library, which contains procedures for working with filenames. It simplifies common tasks like splitting, joining and getting the file extension of a filename.

Supported operations

  • joining of parts of a filename
  • splitting a filename into its parts
  • getting the file extension part of a filename
  • checking if a filename is a sub-filename of another filename
  • getting the absolute filename of a filename
  • checking if a filename is an absolute filename

Testing

Tests can be invoked from the root directory of the project as follows:

guile -L . test/