mirror of
https://github.com/A2osX/A2osX.git
synced 2024-11-23 07:35:19 +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 :
|
##Out :
|
||||||
|
|
||||||
#FileSearch
|
#FileSearch
|
||||||
|
Search a file in the provided PATH list
|
||||||
|
And return, if found, the full path to it.
|
||||||
|
|
||||||
##In:
|
##In:
|
||||||
+ PUSHW = Ptr to Search Path (PSTR) %LIB%;/SYS/SLIB
|
+ PUSHW = Ptr to Search Path (PSTR) %LIB%;/SYS/SLIB
|
||||||
+ PUSHW = Ptr to File Name (PSTR)
|
+ PUSHW = Ptr to File Name (PSTR)
|
||||||
|
|
||||||
#Out:
|
##Out:
|
||||||
+ Y,A = PSTR to FilePath (PSTR)
|
+ CC : success
|
||||||
+ X = hMem to FilePath
|
+ Y,A = PSTR to FilePath (PSTR)
|
||||||
|
+ X = hMem to FilePath
|
||||||
|
+ CS : A = Error Code
|
||||||
|
|
||||||
#GetFullPathYA
|
#GetFullPathYA
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user