暫無描述

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/