May 2010
Intermediate to advanced
1272 pages
61h 18m
English
The .NET Framework makes it easier to work with directories and pathnames, providing the System.IO.Directory and System.IO.Path classes. Such classes offer shared methods for accessing directories and directory names, allowing deep manipulation of folders and names. To be honest, System.IO.Path also provides members for working against filenames, and due to its nature it is included in this section. There are also situations in which you need to work against single directories as instances of .NET objects, and this is where the System.IO.DirectoryInfo class comes in. In this section you learn to get the most from such classes for directory manipulation.
All code examples provided in this chapter require ...
Read now
Unlock full access