mirror of
https://github.com/A2osX/A2osX.git
synced 2024-11-22 16:31:07 +00:00
Kernel version 0.8 : Docs...
This commit is contained in:
parent
b724cb4c24
commit
2e3705aa63
@ -279,14 +279,18 @@ Return information about a file
|
||||
##Out :
|
||||
|
||||
#FileSearch
|
||||
Search a file in the provided PATH list
|
||||
And return, if found, the full path to it.
|
||||
|
||||
##In:
|
||||
+ PUSHW = Ptr to Search Path (PSTR) %LIB%;/SYS/SLIB
|
||||
+ PUSHW = Ptr to File Name (PSTR)
|
||||
|
||||
#Out:
|
||||
+ Y,A = PSTR to FilePath (PSTR)
|
||||
+ X = hMem to FilePath
|
||||
##Out:
|
||||
+ CC : success
|
||||
+ Y,A = PSTR to FilePath (PSTR)
|
||||
+ X = hMem to FilePath
|
||||
+ CS : A = Error Code
|
||||
|
||||
#GetFullPathYA
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user