DirectoryHelperCopy Method | Helper帮助文档 |
将源文件的内容复制到目标文件中
Namespace: HD.Common
Assembly: HD.Common (in HD.Common.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public static void Copy( string sourceFilePath, string destFilePath )
Public Shared Sub Copy ( sourceFilePath As String, destFilePath As String )
public: static void Copy( String^ sourceFilePath, String^ destFilePath )
static member Copy : sourceFilePath : string * destFilePath : string -> unit
Parameters
- sourceFilePath
- Type: SystemString
源文件的绝对路径 - destFilePath
- Type: SystemString
目标文件的绝对路径
See Also