言語: 日本語
  • C#
  • JS
  • Boo

スクリプト言語

お好みのスクリプト言語を選択すると、サンプルコードがその言語で表示されます。

Path

Suggest a change

Success!

Thank you for helping us improve the quality of Unity Documentation. Although we cannot accept all submissions, we do read each suggested change from our users and will make updates where applicable.

Close

Sumbission failed

For some reason your suggested change could not be submitted. Please try again in a few minutes. And thank you for taking the time to help us improve the quality of Unity Documentation.

Close

Cancel

Description

ファイルまたはディレクトリパス情報を含む文字列で処理を実行します。

これは標準ライブラリの System.IO.Path クラスです。 利便性のため、頻繁に使用されるクラスメンバのドキュメントがここに提供されています。

Variables

AltDirectorySeparatorChar ディレクトリ レベルを区切るための代理の特殊記号 (Read Only)
DirectorySeparatorChar ディレクトリレベルを区切るために使用されるデフォルトの特殊記号 (Read Only)

Functions

Combine 二つのパス文字列を連結します
GetDirectoryName 指定されたパス文字列のディレクトリ名を返します
GetExtension 指定されたパス文字列の拡張子を返します
GetFileName 指定されたパス文字列のファイル名および拡張子(ある場合)を返します
GetFileNameWithoutExtension 指定された拡張子なしのパス文字列のファイル名を返します