复制文件夹/文件没有修改属性? [英] Copy Folder/File wiithout modifying attributes?

查看:146
本文介绍了复制文件夹/文件没有修改属性?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

是否可以将文件或文件夹从一个位置复制到另一个位置,而无需修改其属性数据?例如,如果我有一个文件夹在网络驱动器上,它是在2/3/2007创建的,我想将其复制到我的c:驱动器..但留下日期/时间戳为2/3/2007 ...那可能吗?

Is it possible to copy a file or a folder from one location to another without modifying its attribute data? For example if I have a folder on a network drive and it was created on 2/3/2007 and I want to copy it to my c: drive .. but leave the date/time stamp as 2/3/2007...is that possible?

推荐答案

我不知道是否可能;不过,您可以使用 System.IO中的方法。文件 System.IO.Directory 将这些属性重置为原来的属性。

I'm not sure if it is possible; however you can use the methods within System.IO.File and System.IO.Directory to reset these attributes back to what they were originally.

具体来说,SetCreationTime和SetModificationTime方法在这种情况下对您最有价值。

Specifically the SetCreationTime and SetModificationTime methods will be of most value to you in this case.

这篇关于复制文件夹/文件没有修改属性?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆