v5.0
Returns a String containing a single character that represents the correct path separator character for the current platform. For example, Slash returns a forward slash ("/") for Linux and a backslash ("\") for Windows. This is useful for writing cross-platform code.
// get accessor String rtn = XSIUtils.Slash; |
Application.LogMessage( XSIUtils.Slash ) ; |
Application.LogMessage( XSIUtils.Slash ) |
Application.LogMessage XSIUtils.Slash |