Function execute_directory_command¶
- Defined in File interactive_mode.h 
Function Documentation¶
- 
int execute_directory_command(const std::string &cmd)¶
- Execute a directory-related command natively. - Parameters:
- cmd – Command string to execute 
- Returns:
- exit code (0 for success, non-zero for failure)