摘要: /// <summary> /// This function checks whether the file is in use or not. /// </summary> /// <param name="filename">File Name</param> /// <returns>Return True if file in use else false</returns> public static bool IsFileInUse(string filename) { bool lock 阅读全文
posted @ 2012-03-19 11:02 unstable 阅读(112) 评论(0) 推荐(0) 编辑