Directory Seperator ¥ for japaneses OS
Posted
by Vinay Pandey
on Stack Overflow
See other posts from Stack Overflow
or by Vinay Pandey
Published on 2010-05-19T10:00:40Z
Indexed on
2010/05/19
10:10 UTC
Read the original article
Hit count: 215
Hi All,
I have an application written in asp.net that I am accessing from a machine with Japanese OS, I use FileUpload component on a page and file path comes as C:\Directory\AnotherDirectory\FileName where it should have been C:¥Directory¥AnotherDirectory¥FileName because ¥ is separator for Japanese OS.
Any Idea how this can be fixed or any solution that you would recommend.
© Stack Overflow or respective owner