System::IO::Path::ToBoost メソッド

Path::ToBoost method

指定されたパスを表す boost::filesystem::path クラスのインスタンスを返します。

static boost::filesystem::path System::IO::Path::ToBoost(const String &path)
パラメーター説明
パスconst String&パス

ReturnValue

boost::filesystem::path クラスの新しいインスタンスで、path を表します

参照