codewalker

This commit is contained in:
2025-11-24 05:48:13 +01:00
parent 4402cba8ac
commit d282a5dc95
29 changed files with 1412 additions and 453 deletions

View File

@@ -2,7 +2,6 @@ module pathlib
import os
import regex
// import incubaid.herolib.core.smartid
import incubaid.herolib.ui.console
@[params]
@@ -38,6 +37,7 @@ pub mut:
// example see https://github.com/incubaid/herolib/blob/development/examples/core/pathlib/examples/list/path_list.v
//
// e.g. p.list(regex:[r'.*\.v$'])! //notice the r in front of string, this is regex for all files ending with .v
// e.g.
//
// ```
// please note links are ignored for walking over dirstructure (for files and dirs)