Nenhuma descrição

Zelphir Kaltstahl b4446ce5f6 Cleanup repo 2 anos atrás
guix-env b4446ce5f6 Cleanup repo 2 anos atrás
test 0ce708d37a correct tests 3 anos atrás
.gitignore 7741e4d66e update gitignore 3 anos atrás
AUTHORS b9c0af7711 update to version 0.2.1 3 anos atrás
COPYING f2aba9f69c add license in COPYING instead of LICENSE 3 anos atrás
README.org b4446ce5f6 Cleanup repo 2 anos atrás
file-system.scm b4446ce5f6 Cleanup repo 2 anos atrás
fslib.scm b4446ce5f6 Cleanup repo 2 anos atrás
guix.scm b4446ce5f6 Cleanup repo 2 anos atrás
list-utils.scm b4446ce5f6 Cleanup repo 2 anos atrás
logging.scm b4446ce5f6 Cleanup repo 2 anos atrás
string-utils.scm 4f690839f1 add suffix string functions 4 anos atrás
todo.org b4446ce5f6 Cleanup repo 2 anos atrás

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/