Molybden API
Loading...
Searching...
No Matches
molybden::CanAccessFileArgs Struct Reference

The NetworkDelegates::onCanAccessFile action arguments. More...

#include <network_delegates.hpp>

Public Attributes

std::shared_ptr< Networknetwork
 The network instance initiated this action.
 
std::string absolute_file_path
 Returns the absolute path to the file the request would like to access.
 

Detailed Description

The NetworkDelegates::onCanAccessFile action arguments.

Member Data Documentation

◆ absolute_file_path

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.


The documentation for this struct was generated from the following file: