Question

I have a file on linux ubuntu server hosted with path name /home/kishor/project/detail/. When I made a web app in window to upload and download file from specified location i used path "c:\kishor\projects\detail\" for saving in window.

For my surprise when i used window file path name in my server i am still able to get files and upload them, i.e, "c:\kishor\projects\detail\".

Can anyone explain why it is working (as window and linux both use different file path pattern).

Was it helpful?

Solution

I've seen this work too. What linux does is create a file whose name is literally c:\kishor\projects\detail\

OTHER TIPS

If you say, you can "upload" files... perhaps there is now a new folder structure.

Some months ago i saw a similar thing: Under /home/webadmin was an new structure "/c:/Users/...."

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top