System::IO::Path::ToBoost method
Path::ToBoost method
Returns an instance of boost::filesystem::path class that represents the specified path.
static boost::filesystem::path System::IO::Path::ToBoost(const String &path)
Parameter | Type | Description |
---|---|---|
path | const String& | A path |
ReturnValue
a new instance of boost::filesystem::path class that represents path
See Also
- Class String
- Class Path
- Namespace System::IO
- Library Aspose.TeX for C++