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>