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

Path::ToString method

指定された Boost の path オブジェクトの文字列表現を返します。

static String System::IO::Path::ToString(const boost::filesystem::path &path)
パラメーター説明
パスconst boost::filesystem::path&文字列に変換する boost::filesystem::path オブジェクト

ReturnValue

path の文字列表現

参照