Open ivandrofly opened 2 months ago
Replace direct directory creation with FileUtil.TryCreateDirectory throughout the code. This centralizes the logic for creating directories and handles potential exceptions uniformly. It enhances maintainability and error handling.
Replace direct directory creation with FileUtil.TryCreateDirectory throughout the code. This centralizes the logic for creating directories and handles potential exceptions uniformly. It enhances maintainability and error handling.