brent saner
|
8260e4fa93
|
v1.14.0
ADD:
* `paths.Len()`
* `paths.LenSys()`
* `paths.Segment()`
* `paths.SegmentSys()`
* `paths.Strip()`
* `paths.StripSys()`
FIX:
* Naming conflics between `<stdlib>/path` and the `path` parameters
|
2025-07-31 03:48:08 -04:00 |
|
brent saner
|
c6efc2d83c
|
v1.12.0
FIXED:
* paths: Async searching works correctly now, and is consolidated to a
single struct for searching options for async and synchronous
searches.
|
2024-11-18 17:36:14 -05:00 |
|
brent saner
|
b82f0c02ed
|
v1.10.1
FIX:
* fs.FileMode for object type is 0 for regular files, so an additional
parameter is needed.
|
2024-11-12 06:50:44 -05:00 |
|
brent saner
|
903dd00c81
|
v1.10.0
ADDED:
* paths.SearchFsPaths, which lets a user provide a fairly flexible
function for searching files/directories/etc.
|
2024-11-12 06:32:04 -05:00 |
|