C#中的文件处理 - 详细信息 [英] File Handling in C# - Detailed Information

查看:201
本文介绍了C#中的文件处理 - 详细信息的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

Hello All,



我的专业核心区域是工作和处理文件。我上网了,也推了很多书。但令我惊讶的是,他们都没有向我提供有关文件处理的详细深入信息。



有人可以建议我一些提供文件处理的自上而下信息的网站吗?



谢谢在预期。

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.

推荐答案

Quote:

我的专业核心领域是工作和处理文件

My professional core area is working and handling files

引用:

但令我惊讶的是,他们都没有向我提供有关文件处理的详细深入信息。

but to my surprise none of them provided me the detailed indepth information on file handling.

To my理解应该是论证的最终参考。







严肃的说, .NET 框架提供 System.IO 命名空间,您可以在 MSDN [ ^ ]。如果您需要较低级别的访问权限,那么您需要调用 Windows API (例如,通过 P / Invoke )。

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).


处理文件不能成为真正的专业核心区域,除非您开发文件系统。 这就像说你的专业不是开车,而是按下油门踏板。



因此,我怀疑这对你有帮助非常值得时间。您只需要学习标准文档MDSN。这将包括: http://msdn.microsoft.com/ en-us / library / system.io%28v = vs.110%29.aspx [ ^ ]。



但是你需要能够要做得更多,因为你对狭隘专业化的陈述不能认真考虑。没有人需要只能按气的汽车操作员。 :-)



-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


这篇关于C#中的文件处理 - 详细信息的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆