[#AppInitLockDirectories] = AppInitLockDirectories :mrdocs: Lock bitcoin core critical directories. == Synopsis Declared in `<init.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- bool AppInitLockDirectories(); ---- == Description [NOTE] ==== This should only be done after daemonization. Do not call Shutdown() if this function fails. ==== == Return Value true if the critical directories were locked successfully. == Preconditions * Parameters should be parsed and config file should be read, AppInitSanityChecks should have been called. [.small]#Created with https://www.mrdocs.com[MrDocs]#