ToBoost()
Path::ToBoost(const String&) 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)
Arguments
Parameter | Type | Description |
---|---|---|
path | const String& | A path |
Return Value
a new instance of boost::filesystem::path class that represents path
See Also
- Class String
- Class Path
- Namespace System::IO
- Library Aspose.Slides