I have a project that needs to access resources within its own JAR file. When I create the JAR file for the project, I would like to copy a directory into that JAR file (I guess the ZIP equivalent would be "adding" the directory to the existing ZIP file). I only want the copy to happen after the JAR has been created (and I obviously do...
I have an add-in for Visual Studio 2008 (C#), which must select file from a local storage and copy it to becoming folder in Team Explorer.
How to copy a file to Documents in Team Explorer?
...
I have create windows application that routine download file from load balance server, currently the speed is about 30MB/second. However I try to use FastCopy or TeraCopy it can copy at about 100MB/second. I want to know how to improve my copy speed to make it can copy file faster than currently.
...
Hi,
I have :
1.pc with xp pro (sp3)
2.samsung omnia with windows mobile 6.1
3.wi-fi network
in the xp i have shared folder.
is there way in csharp programming to copy from/to the shared directory using wi-fi ?
the important thing is :
-the c# program will run in the device
hope im clear.
thanks.
...
I need to copy "N" number of files from client to server with asp.net c #
I've done something like that, but it is useless because it takes only server addresses
Somebody help me ..
Thanks ..!!!
private void btnUpload_Click(object sender, System.EventArgs e)
{
string fileName = "";
ArrayList List = new ArrayList();
string...