Без опису

Zelphir Kaltstahl 0bba17e5a7 break long line 1 місяць тому
guix-env e7e0aba0f4 update channels 1 місяць тому
libs 5d043e36d1 restructure libs 1 місяць тому
test 5d043e36d1 restructure libs 1 місяць тому
.gitignore 7741e4d66e update gitignore 3 роки тому
AUTHORS 9595b017d6 improve authors file 1 місяць тому
COPYING f2aba9f69c add license in COPYING instead of LICENSE 4 роки тому
Makefile 0bba17e5a7 break long line 1 місяць тому
README.org f6fc2d03e4 Cleanup repo 2 роки тому
fslib.scm 5d043e36d1 restructure libs 1 місяць тому
guix.scm c49cfb3ae1 try to define package as a module 9 місяців тому
todo.org f6fc2d03e4 Cleanup repo 2 роки тому

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/