Kernel version 0.8 : Docs...

This commit is contained in:
Rémy GIBERT 2016-10-31 22:44:03 +01:00
parent b724cb4c24
commit 2e3705aa63

View File

@ -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