Click here to Skip to main content
16,022,309 members
Please Sign up or sign in to vote.
1.00/5 (3 votes)
See more:
Hello All,

My professional core area is working and handling files. I have surfed the web and also referred numerous books. but to my surprise none of them provided me the detailed indepth information on file handling.

Could someone suggest me some web sites which offer top to bottom information on file handling?

Thanks in anticipation.
Posted
Comments
ZurdoDev 27-Feb-14 10:35am    
Can you be more specific as to what you are looking for?
Dave Kreskowiak 27-Feb-14 10:57am    
Define "file handling".

There really isn't that much to any area I would call "file handling". Copying and moving files is easy. Opening and reading various kinds of files is easy. Text files is just a bunch of string manipulation. XML files aren't really discussed under the heading of "file handling". Really, everything yo do with files is easy, but is not discussed under the "file handling" header, so there isn't going to be anything found under those search terms.

Quote:
My professional core area is working and handling files
Quote:
but to my surprise none of them provided me the detailed indepth information on file handling.
To my understanding you should be the definitive reference on the argument.



On the serious side, the .NET framework provides the System.IO namespace, you might find the documentation at MSDN[^]. If you need a lower level access, then you migh call the Windows API (via, for instance, P/Invoke).
 
Share this answer
 
Comments
Sergey Alexandrovich Kryukov 27-Feb-14 15:43pm    
Probably we answered in parallel, with pretty much the same points (however, what else could it be? :-), my 5.
Maybe you would like the way I put mine... :-)
—SA
"Handling files" cannot be a real "professional core area", unless you develop file systems. This is the same as saying that your profession is not driving, but pressing on the gas pedal.

Therefore, I doubt that helping you much would worth time. You just need to learn standard documentation, MDSN. This will include: http://msdn.microsoft.com/en-us/library/system.io%28v=vs.110%29.aspx[^].

But you need to be able to do lot more, because your statement on your narrow specialization cannot be considered seriously. Nobody needs car operator who only can press on gas. :-)

—SA
 
Share this answer
 
Comments
phil.o 27-Feb-14 11:38am    
Could we imagine some kind of specialization called "Finding the brakes"? :)
Sergey Alexandrovich Kryukov 27-Feb-14 11:39am    
Sure, this is a very popular activity... Just watch some Youtube video... :-)
—SA
[no name] 27-Feb-14 18:54pm    
We have a saying "If it takes one programmer one hour it will take ten programmers ten hours". This is specialization.
Sergey Alexandrovich Kryukov 27-Feb-14 22:47pm    
No, this is the law of nature... :-)
—SA
CPallini 27-Feb-14 15:56pm    
My parallel 5. :-)

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900