omni::connect::core::isUriWritable
Defined in omni/connect/core/Core.h
-
bool omni::connect::core::isUriWritable(const std::string &uri)
Determine if the user has write access to the file or directory identified by the URI.
Note, the URI should be absolute for clarity. The Omniverse Client Library has a per-thread, “base URL” concept to support relative URIs.
- Returns
A bool indicating if the user can write to the URI