diff options
Diffstat (limited to 'docs')
-rw-r--r-- | docs/filescan-utils.md | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/docs/filescan-utils.md b/docs/filescan-utils.md index d91ff1c..6b52cd2 100644 --- a/docs/filescan-utils.md +++ b/docs/filescan-utils.md @@ -58,6 +58,15 @@ For binding with a version >= 3, same as 'GetAFBRootDirPath' function. Deprecated, please use 'GetAFBRootDirPath' function. Kept for compatibility issues. +## char *GetRunningBindingDirPath(afb_api_t api) + +For binding with a version >= 3, get the binding directory path +(the path to the directory that contains the binding). + +* `api` : pointer to the AFB API. + +Returns a string representing the path to the binding directory. + ## const char *getEnvDirList(const char *prefix, const char *suffix) Get the environment directory colon separated path list. This take the prefix |