Many applications assume \ and deal with paths directly, instead of using the Windows APIs for path manipulation.
This means the moment your application gives a / to another application, there is a high probability that it will break, regardless of what the Windows API supports.
Many applications assume \ and deal with paths directly, instead of using the Windows APIs for path manipulation.
This means the moment your application gives a / to another application, there is a high probability that it will break, regardless of what the Windows API supports.
Even cmd doesn't handle / properly.