MCPcopy Create free account
hub / github.com/SmingHub/Sming / createDirectory

Function createDirectory

Sming/Core/FileSystem.h:545–549  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

543 * @retval int Error code
544 */
545template <typename T> int createDirectory(const T& path)
546{
547 CHECK_FS(mkdir);
548 return fileSystem->mkdir(path);
549}
550
551/** @brief Create a directory and all required parent directories
552 * @param path Path to directory

Callers

nothing calls this directly

Calls 1

mkdirMethod · 0.80

Tested by

no test coverage detected