add docs on coreapi

This commit is contained in:
lxsang
2020-06-16 18:02:17 +02:00
parent 977bf0c62f
commit 1812f25d8a
6 changed files with 312 additions and 71 deletions

View File

@ -152,7 +152,7 @@ namespace OS {
*
* @export
* @param {string} p a VFS file path e.g. home://test/
* @returns {Promise<RequestResult>} A promise on a [[RequestResult
* @returns {Promise<RequestResult>} A promise on a [[RequestResult]]
* which contains an error or a list of FileInfoType
*/
export function scandir(p: string): Promise<RequestResult> {