Molybden API
|
The NetworkDelegates::onCanAccessFile action arguments. More...
#include <network_delegates.hpp>
Public Attributes | |
std::shared_ptr< Network > | network |
The network instance initiated this action. | |
std::string | absolute_file_path |
Returns the absolute path to the file the request would like to access. | |
The NetworkDelegates::onCanAccessFile action arguments.
std::string molybden::CanAccessFileArgs::absolute_file_path |
Returns the absolute path to the file the request would like to access.
On Linux and macOS returns the path after resolving all symbolic links. On Windows, if the requested file is a shortcut, the action will be invoked twice: once for the shortcut, and once for the destination file path.