Open 18582088138 opened 5 days ago
1 Implement int result = access(this->modelCacheDirectory.c_str(), W_OK); JIRA/Issue: CVS-154708
In Windows OS, maybe both read and write access are needed. Reference Link: [C++, C, and Assembler](https://learn.microsoft.com/en-us/cpp/?view=msvc-170)
🛠Summary
1 Implement int result = access(this->modelCacheDirectory.c_str(), W_OK); JIRA/Issue: CVS-154708
In Windows OS, maybe both read and write access are needed. Reference Link: [C++, C, and Assembler](https://learn.microsoft.com/en-us/cpp/?view=msvc-170)
🧪 Checklist