]> gitweb.factorcode.org Git - factor.git/commit
pathnames: support pathnames more places like append-path and recursive-directory...
authorDoug Coleman <doug.coleman@gmail.com>
Fri, 17 Feb 2023 02:55:48 +0000 (20:55 -0600)
committerDoug Coleman <doug.coleman@gmail.com>
Sun, 26 Feb 2023 23:11:04 +0000 (17:11 -0600)
commitfa9e13476dee02203ed8e0b2fd3bf5549dd8ec5a
treece8caf13ad2a7c1bb10be594cc7db230bfbcde34
parentdb91ab77d4d47b3ec88440b207cc22cd75f55e53
pathnames: support pathnames more places like append-path and recursive-directory-files

In general, P"" or `pathname` is a frontend/tooling convenience concept
with tab-complete for paths in the ui. Backend apis should see strings.
basis/io/directories/directories-tests.factor
basis/io/directories/directories.factor
core/io/pathnames/pathnames.factor