www.icetips.com  Icetips Utilities Documentation 5/9/2015    

Core Class: WindowsToUnixPath

Previous  Top  Next  


Prototype:  (String pWindowsPath),String

 

pWindowsPathPath with \ separated directory or folder names.

 

ReturnsPath 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:

UnixToWindowsPath

 

 

 



Direct link to this page: http://www.icetips.com/manuals/utilities/windowstounixpath_core.htm