Converts a relative or absolute Windows path to a Unix path fragment, and replaces any Unix filesystem-illegal characters with underscores.
            
            
            Overload List
| Overload | Description | 
| ConvertToUnix(String) | 
            Converts a relative or absolute Windows path to a Unix path fragment, and replaces any Unix filesystem-illegal characters with underscores.
               | 
| ConvertToUnix(String,String,String) | Converts a Windows path to a Unix path, replacing windowsRoot with unixRoot, and any Unix filesystem-illegal characters with underscores.   | 
 
            
            
            
            
            
            
            
            
            
            
            
            
            
            
            
            See Also