C sharp part 13
-
“The System.IO namespace allows you to interact with a machine’s file and directory structure. Over the course of this chapter, you will learn how to programmatically create (and destroy) a directory system as well as move data into and out of various streams (file based, string based, memory based, etc.). The latter part of this chapter examines the role of isolated storage, which allows you to persist per-user data into a safe sandbox, regardless of the security settings of a target machine. To understand certain aspects of the System.IO.
69p soicon824 19-04-2011 106 8 Download
-
mình mởi đầu một cái ví dụ lấy nội dung một file! PHP Code: using System; using System.IO; using System.Text; /* * Created by SharpDevelop. * NetDevelop Co., Ltd. * Author: Tuan Anh Nguyen Ngoc * Date: 11/21/2006 *
3p tuannghia91 13-08-2010 68 15 Download