good links on file and directory manipulation
- How to: Get Information About Files, Folders, and Drives (C# Programming Guide)
- How to: Create a File or Folder (C# Programming Guide)
- How to: Copy, Delete, and Move Files and Folders (C# Programming Guide)
- How to: Provide a Progress Dialog Box for File Operations (C# Programming Guide)
- How to: Write to a Text File (C# Programming Guide)
- How to: Read From a Text File (C# Programming Guide)
- How to: Read a Text File One Line at a Time (Visual C#)
-
How to: Iterate Through a Directory Tree (C# Programming Guide)
beside it, lot of good articles too. I selected the stack based traverse in eReader application. need to customize some parameters to my application.
- Best way to iterate folders and subfolders
- Recursively walking through a directory tree and listing file names
- How to loop through all the files in a directory in c # .net?
- C# – Loop all files in directory and it’s sub-directories
- Recursive File List. -- this is a simple way
- Scan directories using recursion:: worthy further look and may be useful
- (C#) Iterate over Files and Directories in Filesystem Directory Tree
- Get Sub Directories in C#
- Working with Files (Using C# and .NET Framework)
- Designing Your Own Format
- File Attribute Changer
- Fast Binary File Reading with C#
- File System Search Engine
file reading and writing methods are collected below:
the following are directory manipulation and traverse logic.
No comments:
Post a Comment