Next: Introduction, Previous: (dir), Up: (dir) [Contents][Index]
This is the mnas-path Reference Manual, generated automatically by Declt version 3.0 "Montgomery Scott" on Sun May 15 05:36:55 2022 GMT+0.
• Introduction | What mnas-path is all about | |
• Systems | The systems documentation | |
• Modules | The modules documentation | |
• Files | The files documentation | |
• Packages | The packages documentation | |
• Definitions | The symbols documentation | |
• Indexes | Concepts, functions, variables and data types |
This is the stub README.txt for the "mnas-path" project.
Next: Modules, Previous: Introduction, Up: Top [Contents][Index]
The main system appears first, followed by any subsystem dependency.
• The mnas-path system |
Nick Matvyeyev <mnasoft@gmail.com>
GNU GENERAL PUBLIC LICENSE Version 3, 29 June 2007 or later
Describe mnas-path here
cl-fad
mnas-path.asd (file)
src (module)
Modules are listed depth-first from the system components tree.
• The mnas-path/src module |
mnas-path (system)
src/
mnas-path.lisp (file)
Files are sorted by type and then listed depth-first from the systems components trees.
• Lisp files |
• The mnas-path.asd file | ||
• The mnas-path/src/mnas-path.lisp file |
Next: The mnas-path/src/mnas-path․lisp file, Previous: Lisp files, Up: Lisp files [Contents][Index]
mnas-path.asd
mnas-path (system)
Previous: The mnas-path․asd file, Up: Lisp files [Contents][Index]
src (module)
src/mnas-path.lisp
Next: Definitions, Previous: Files, Up: Top [Contents][Index]
Packages are listed by definition order.
• The mnas-path package |
mnas-path.lisp (file)
common-lisp
Definitions are sorted by export status, category, package, and then by lexicographic order.
• Exported definitions |
Previous: Definitions, Up: Definitions [Contents][Index]
• Exported functions |
Previous: Exported definitions, Up: Exported definitions [Contents][Index]
@b(Описание:) find-directory-parent
mnas-path.lisp (file)
@b(Описание:) find-filename возвращает список файлов с расширением
extension. Поиск начинается с каталога dirname, вглубь дерева
каталогов. Элементами возврвщаемого списка являются строки.
@b(Пример использования:)
@begin[lang=lisp](code)
(find-filename "/_storage/otd11/namatv/develop/git/clisp/" "asd")
@end(code)
mnas-path.lisp (file)
@b(Описание:) find-filename-directory возвращает список каталогов,
в которых присутствуют файлы с расширением extension;
Поиск начинается с каталога dirname, вглубь дерева каталогов;
Елементами возврвщаемого списка являются строки;
@b(Пример использования:)
@begin[lang=lisp](code)
(find-filename-directory "/_storage/otd11/namatv/develop/git/clisp/" "asd")
@end(code)
mnas-path.lisp (file)
@b(Описание:) функция @b(pathname-directory-subtract) вычитает из пути
path-1 путь path-2.
@b(Пример использования:)
@begin[lang=lisp](code)
(pathname-directory-subtract "~/quicklisp/local-projects/"
"~/quicklisp/local-projects/mnas/mnas-path/docs/1.txt")
=> #P"/mnas/mnas-path/docs/1.txt"
@end(code)
mnas-path.lisp (file)
@b(Описание:) walk-directory-by-name
mnas-path.lisp (file)
@b(Пример использования:)
@begin[lang=lisp](code)
(walk-file-by-extension "/_storage/otd11/namatv/develop/git/clisp/" "" :fn-extension #’(lambda (x) (member (pathname-type x) ’("lisp" "txt") :test #’string=)))
(walk-file-by-extension "/_storage/otd11/namatv/develop/git/clisp/" "asd")
@end(code)
mnas-path.lisp (file)
Previous: Definitions, Up: Top [Contents][Index]
• Concept index | ||
• Function index | ||
• Variable index | ||
• Data type index |
Next: Function index, Previous: Indexes, Up: Indexes [Contents][Index]
Jump to: | F L M |
---|
Jump to: | F L M |
---|
Next: Variable index, Previous: Concept index, Up: Indexes [Contents][Index]
Jump to: | F P W |
---|
Jump to: | F P W |
---|
Next: Data type index, Previous: Function index, Up: Indexes [Contents][Index]
Previous: Variable index, Up: Indexes [Contents][Index]
Jump to: | M P S |
---|
Index Entry | Section | ||
---|---|---|---|
| |||
M | |||
mnas-path : | The mnas-path system | ||
mnas-path : | The mnas-path package | ||
| |||
P | |||
Package, mnas-path : | The mnas-path package | ||
| |||
S | |||
System, mnas-path : | The mnas-path system | ||
|
Jump to: | M P S |
---|