• 首页 首页 icon
  • 工具库 工具库 icon
    • IP查询 IP查询 icon
  • 内容库 内容库 icon
    • 快讯库 快讯库 icon
    • 精品库 精品库 icon
    • 问答库 问答库 icon
  • 更多 更多 icon
    • 服务条款 服务条款 icon

复制文件夹/文件而不修改属性?

用户头像
it1352
帮助144

问题说明

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

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?

正确答案

#1

我不确定是否可以;但是您可以使用 System.IO.File 中的方法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.

这篇好文章是转载于:学新通技术网

  • 版权申明: 本站部分内容来自互联网,仅供学习及演示用,请勿用于商业和其他非法用途。如果侵犯了您的权益请与我们联系,请提供相关证据及您的身份证明,我们将在收到邮件后48小时内删除。
  • 本站站名: 学新通技术网
  • 本文地址: /reply/detail/tangcihji
系列文章
更多 icon
同类精品
更多 icon
继续加载