怎样获得指定 路径下的文件名??如标题[解决办法]DirectoryInfo info = new DirectoryInfo(@ "c:\ "); //取C盘目录下的文件 FileInfo[] files = info.GetFiles();