Futilities/v0.6/clade/Sys/IO/Store/Spider/@fx/OnPath
Jump to navigation
Jump to search
About
- Purpose:
- MAIN: filter out links, check whether file/folder, dispatch to appropriate event-handler
- AUX: optionally show items as they are found, where requested
- Rule We have a valid path to a file or folder that we do want to consider.
- For now, we assume no '.', '..', or links. We might enable link-inclusion as an option, later.
Pages
History
| date | what |
|---|---|
| 2022-08-31 | oops, forgot to include the link-check. Fixed. |
| 2022-10-16 | updating to handle more complete logging options |
| 2026-07-01 | I'm assuming that the former $IsRegular basically meant "either a literal file or folder; not a link, pipe/queue or device". At this point, though, I'm only checking for links; maybe I should reinstate $IsRegular... but really, how do we want to handle non-regular file-types?
|