forslash as the default path separator in windows?
        Posted  
        
            by 
                Meitham
            
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by Meitham
        
        
        
        Published on 2011-03-08T16:07:04Z
        Indexed on 
            2011/03/08
            16:10 UTC
        
        
        Read the original article
        Hit count: 332
        
Since windows now accept the forslash "/" as a path separator in addition to its default backslash path separator, so that both
c:\windows
and c:/windows 
are valid paths (though the later is invalid in cygwin since backslash is escape char)
Is there any chance we could set the forslash as the default path separator on windows (GUI), so that the address bar in windows will automatically use it? I heard its possible in a powershell session but anyone knows if it is also possible in a CMD session?
Thanks M
© Stack Overflow or respective owner