Commit Graph

1 Commits

Author SHA1 Message Date
a02b68c7e3 feat: add CreoUtilities class for working directory management
Implement SetWorkingDirectory method with OTK API integration:
- GetCurrentDirectory() to retrieve current path
- ChangeDirectory() to switch working directory
- Intelligent comparison: only changes if target differs from current
- Path normalization for Windows (case-insensitive, backslash handling)
- Comprehensive error handling with detailed result structure

Also includes minor code cleanup in CreoManager.cpp formatting.

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude <noreply@anthropic.com>
2025-10-13 16:03:39 +08:00