DirectoryHelperMove 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 Move( string sourceFilePath, string descDirectoryPath )
Public Shared Sub Move ( sourceFilePath As String, descDirectoryPath As String )
public: static void Move( String^ sourceFilePath, String^ descDirectoryPath )
static member Move : sourceFilePath : string * descDirectoryPath : string -> unit
Parameters
- sourceFilePath
- Type: SystemString
需要移动的源文件的绝对路径 - descDirectoryPath
- Type: SystemString
移动到的目录的绝对路径
See Also