v5.0
現在のプラットフォームの適切なパス区切り文字を表す、1文字の String を戻します。たとえば、Linux ではスラッシュ("/")、Windows ではバックスラッシュ("¥")が戻されます。これはクロスプラットフォームコードを記述するときに便利です。
// get accessor String rtn = XSIUtils.Slash; |
Application.LogMessage( XSIUtils.Slash ) ; |
Application.LogMessage( XSIUtils.Slash ) |
Application.LogMessage XSIUtils.Slash |