openvinotoolkit / model_server

A scalable inference server for models optimized with OpenVINOâ„¢
https://docs.openvino.ai/2024/ovms_what_is_openvino_model_server.html
Apache License 2.0
679 stars 212 forks source link

CVS-154708, Implement int result=access(this->modelCacheDirectory.c_str(), W_OK) #2880

Open 18582088138 opened 5 days ago

18582088138 commented 5 days ago

🛠 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