|
Previous Top Next |
Prototype: | (String pWindowsPath),String |
pWindowsPath | Path with \ separated directory or folder names. |
Returns | Path with / separated directory or folder names. |
This method is useful when duplicating paths on a local machine and on a server.
Example:
ITC ITCoreClass
ServerPath CString(256)
LocalPath CString(256)
Code
LocalPath = '\images\thisimage.png'
ServerPath = ITC.WindowsToUnixPath(LocalPath)
! ServerPath is now: '/images/thisimage.png'
See also: