Skip to content

Commit

Permalink
Doxygen documentation for RishkaVM::ensureSystemDirectories()
Browse files Browse the repository at this point in the history
  • Loading branch information
nthnn committed May 13, 2024
1 parent a994cdb commit 24c6613
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions src/rishka_vm.h
Original file line number Diff line number Diff line change
Expand Up @@ -274,6 +274,17 @@ class RishkaVM final {
*/
String getWorkingDirectory();

/**
* @brief Ensures the existence of system directories on the SD card.
*
* This method creates essential system directories such as /bin, /home, /etc, /man, and /tmp
* on the SD card if they do not already exist.
*
* The system directories are crucial for organizing and managing files and resources used by
* the Rishka virtual machine.
*
* @note If the directories already exist, this method does nothing.
*/
void ensureSystemDirectories();

/**
Expand Down

0 comments on commit 24c6613

Please sign in to comment.