Sin descripción

Zelphir Kaltstahl 0bba17e5a7 break long line hace 1 mes
guix-env e7e0aba0f4 update channels hace 1 mes
libs 5d043e36d1 restructure libs hace 1 mes
test 5d043e36d1 restructure libs hace 1 mes
.gitignore 7741e4d66e update gitignore hace 3 años
AUTHORS 9595b017d6 improve authors file hace 1 mes
COPYING f2aba9f69c add license in COPYING instead of LICENSE hace 4 años
Makefile 0bba17e5a7 break long line hace 1 mes
README.org f6fc2d03e4 Cleanup repo hace 2 años
fslib.scm 5d043e36d1 restructure libs hace 1 mes
guix.scm c49cfb3ae1 try to define package as a module hace 9 meses
todo.org f6fc2d03e4 Cleanup repo hace 2 años

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/