搜索资源列表
06
- C#程序开发范例宝典 6文件系统 6.1创建和删除文件 6.2查找文件 6.3修改文件 6.4文件目录 6.5复制文件 6.6指定类型的文件操作 6.7其他-C# Programming Example 6 Baodian 6.1 File System 6.2 to create and delete files to modify the file search file 6.3 file 6.4 file 6.6 Copy 6.5 directory spe
TXTClass
- 提供了一个用C#语言实现的txt文件操作类,实现了写入txt、读取txt、读取指定行、删除指定行、查询txt指定内容,按照给定条件查询、删除txt文件内容等功能。调用方便,操作简单,附有使用说明。-Provides a C# language using the txt file manipulation class realized write txt, read txt, reads the specified line, delete the specified row, query tx
NETFile
- .net处理文件的常用操作,包括文件的查找,文件的删除,文件的移动,文件重命名等功能-. net commonly used in document processing operation, including document search, file deletion, file move, rename files and other functions
NotePadCSharp
- 一个由C#实现的windows Notepad 源代码, 是初学者学习C#文件操作的好东西-one by the C# source code windows Notepad, beginners learning C# file manipulation of the good things
FileOperateForCsharp
- FileOperate For C# 在日常的工作中经常要从外部读入文件,这些代码能帮我们快速的完成此类工作。 1、C#读取分隔符文件 2、C#实现GB2312和UTF8字符编码方式的转换 3、c#写文本文件类以及方法 4、C#中常用的文件操作方法 5、文本文件读操作 6、字符串操作类 7、运用C#读取文本文件,并可选择具体范围进行平均值的计算-err
GPSCollection
- Wince下的GPS数据采集程序,包括了xml文件操作,GPS模块输出数据解析,串口操作,GPSgate端口映射等的源码。是一份不可多得的源码-Wince of GPS data collection procedures, including the xml file operations, GPS module output data analysis and serial port operation, GPSgate the source, such as port mapping. I
NumberDealer
- 使用C#进行文件操作 -use C# to manipulate directories use C# to manipulate directories
MoveDisk_0.4
- C# 写的一个文件同步小程序,使用到了异步委托调用程序,多线程编程,文件操作,比较适合参考。。有收藏价值-C# written in a file synchronization applet to use asynchronous delegate calls to the program, multi-threaded programming, file operations, more suitable for reference. . There is value to the coll
CSharp
- C Sharp 讲解,ppt格式,包括特性、文件操作、MFC程序设计等-C sharp introduction, ppt format,including attribute,file operation, MFC design and so on.
OASystem
- 专业OA办公系统源码 开发工具:Visual Studio .NET 2005 + Server2005 项目描述:OA办公系统基于B/S架构设计。 包括文件管理、共享下载、消息管理、公文流传、通知管理、内部论坛、人力资源管理、资产管理 等。 文件管理:接收文件 传送文件 文件操作记录 共享下载:查看共享 上传共享 管理共享 消息管理:接收消息 发送消息 部门* 发送记录 我的群组 公文流转:接收公文 发送公文 发送记录 通知管理:查看通
FileDemo
- c#文件操作,从简单到复杂,完整的介绍了c#文件操作的实现-file programme with file
CommandEditor
- 指令编辑器,能对指令进行编辑、文件操作,设定指令集。-Command Editor,can edit command code,file operation,and set command sets.
LHFileOperate
- C# 文件操作类,c# File.Copy用起来很不爽,需要自己捕抓异常,通过这个类进行完善。-C# file class, c# File.Copy used up very unhappy, and needs its own catch them abnormal, were improved by this class.
MyWordPan3
- 文本编辑器:包括文件操作: 新建,打开,保存,退出 编辑操作: 复制,剪切,粘贴,全选 查找与替换: 查找,替换 格式操作: 字体,颜色等.图片操作:导入图片,拖动插入图片-Text Editor: including file operations: new, open, save, exit editing: Copy, Cut, Paste, Select All Find and Replace: Find, Replace format operation: fonts, col
WinFileStreamTest
- 经典的file文件操作的实例,是开始学习File编程的好的范例。-The classic example of file operations file is good to start learning programming paradigm File.
OAPro
- 专业OA办公系统源码 开发工具:Visual Studio .NET 2005 + Server2005 项目描述:OA办公系统基于B/S架构设计。 包括文件管理、共享下载、消息管理、公文流传、通知管理、内部论坛、人力资源管理、资产管理 等。 文件管理:接收文件 传送文件 文件操作记录 共享下载:查看共享 上传共享 管理共享 消息管理:接收消息 发送消息 部门* 发送记录 我的群组 公文流转:接收公文 发送公文 发送记录 通知管理:查看通知 发布通知 通知
CSharpFileOperateAll20110824210907
- C#文件操作大全,含有文件的创建、文件的删除、文件的读写等-C# file operations Daquan, with file creation, file deletion, file reading and writing, etc.
CSharp-Common-Classes
- C#的常用类库,包括数据库操作类、数据操作类、硬件设备帮助类、加密解密类、图片处理、文件操作类(如XML 、INI)、日志编码等等。-C# classes,including operation class,ProcessHelper,devicehelper,SharpZip,StringHelper,XmlHelper and so on.
CSharp-XMLOperation-
- C#之XML文件操作,节点的导入、添加、删除、文件读取等-C# The XML file operations, import nodes, add, delete, file read, etc.
获取指定文件夹下的所有文件
- 获取指定文件夹下的所有文件,使用Directory接口相关命令(Directory GetDirectories)