用haclon程序将目录名分离的算法. ParseFileName:='F:/D705/4-20/缺陷/81.bmp' parse_filename(ParseFileName, BaseName, Extension, Directory) * This procedure gets a filename (with full path) as input * and returns the directory path, the base filename and the extension
/* * 更新时间 :2011-09-01 16:06 * 更 新 人 :苏飞 */ using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Data.SqlClient; using System.Data; namespace Sql2005 { /// <summary> /// Sql数据操作帮助类,包括数据的创建,删除,修改密码等一系统列操作