README.org 1.1 KB

-*- 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/