A quick search of the Internet turned out the following article:

http://stackoverflow.com/questions/2501278/accessing-a-file-on-a-network-drive

I agree with the recommendation to use UNC paths versus mapping drives,
since it ensures that you have one less step involved in the code.

Gabriel
"I had fun once. Once. It was terrible."

On Thu, Oct 4, 2012 at 9:47 AM, Marco101 <[email protected]> wrote:

> Hi,
>
> i need help about this question:
>
> I am developing a Windows Application in C#, my app is running on client
> and need to read and write a file on a server. Application know the path on
> server ie: D:\\folder1\filename.xxx, application running on client must map
> the shared folder1 and must read/write the file. Someone know the way todo
> this?
>
> Thank you very much
>
> --
> You received this message because you are subscribed to the Google
> Groups "DotNetDevelopment, VB.NET, C# .NET, ADO.NET, ASP.NET, XML, XML
> Web Services,.NET Remoting" group.
> To post to this group, send email to [email protected]
> To unsubscribe from this group, send email to
> [email protected]
> For more options, visit this group at
> http://groups.google.com/group/dotnetdevelopment?hl=en?hl=en
> or visit the group website at http://megasolutions.net
>

-- 
You received this message because you are subscribed to the Google
Groups "DotNetDevelopment, VB.NET, C# .NET, ADO.NET, ASP.NET, XML, XML
Web Services,.NET Remoting" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/dotnetdevelopment?hl=en?hl=en
or visit the group website at http://megasolutions.net

Reply via email to