MayaFlux 0.4.0
Digital-First Multimedia Processing Framework
Loading...
Searching...
No Matches

◆ set_source_path()

void MayaFlux::Kakshya::FileContainer::set_source_path ( std::string  path)
inline

Set the origin file path.

Called by IO classes after a successful load.

Parameters
pathAbsolute or relative path used to open the file.

Definition at line 35 of file FileContainer.hpp.

35{ m_source_path = std::move(path); }