-
-
Notifications
You must be signed in to change notification settings - Fork 0
Module_PathUtils
Charles edited this page Aug 5, 2026
·
9 revisions
| Component | Section | 32-bit | 64-bit | Claimant | Source | Repo summary |
|---|---|---|---|---|---|---|
| PathUtils | ROM modules | - | Functional | Gerph | 32-bit built, 64-bit built, tested in repo |
| Commands | SWIs | TOTAL |
|---|---|---|
| 50.00% | 50.00% | 50.00% |
PathUtils is a small path-manipulation utility module. It enumerates a search path, joins path components and removes a component without requiring each caller to reimplement RISC OS path syntax.
- Has swis
- Is c
- Sets variables
| In 32bit | In 64 bit | Interface |
|---|
None found
| In 32bit | In 64 bit | Interface |
|---|---|---|
| ✅ | 🔲 | *AppPath |
| ✅ | 🔲 | *PrepPath |
| ✅ | 🔲 | *RemPath |
| In 32bit | In 64 bit | Interface |
|---|---|---|
| ✅ | 🔲 |
PathUtils_EnumeratePath (&53B80) |
| ✅ | 🔲 |
PathUtils_JoinPath (&53B81) |
| ✅ | 🔲 |
PathUtils_RemovePath (&53B82) |
None
None
None
None
None
None
None
None
MessageTransSharedCLibrary


