I am little stuck on a problem. I have tons of files generated daily and I need to sort them by开发者_高级运维 file name and date. I need to do this so my MATLAB script can read them. I currently do t
I\'ve been asked to put every single file in my project under source control, including the database file (not the schema, the complete file).
I have some old vb6 code that checks to see if the Windows directory is writeable by WRITING to it then reading a value back.
I want this file (\'LibrarySystem.ctr开发者_开发问答lSeparator\') to run my project in C#. Can anyone tell me a solution to get this file. This file is needed for my library management project.I stron
i am making a开发者_StackOverflow program where i need to load some floating point data of the format from a file
I have some gzipped files that I want to read in C via fopen and fscanf. Is there anyway to do this without having to gunzip the files to temporary files?
Situation: I have a C# program which does the following: Generate many files (replacing the ones generated last time the program ran.)
I have a CookieContainer extracted from a HttpWebRequest/HttpWebResponse session named CookieJar. I want my application to store cookies between runs, so cookies collected in the CookieContainer on on
There are at least two methods for copying a file in C/C++: procedurally and using ShellExecute.I can post an explanation of each if needed but I\'m going to assume that these methods are known.I开发者
I need to do some file I/O(mainly reading) on a very large file(>3GB), can someone suggest the best way to do so? I want to do in C++.