A Sandcastle Documented Class Library
GeneralCopyDirectory Method |
复制文件或文件夹到指定位置
Namespace: AO_J
Assembly: AO_J (in AO_J.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
C#
public static void CopyDirectory( string sourcePath, string destinationPath )
Parameters
- sourcePath
- Type: SystemString
源路径 - destinationPath
- Type: SystemString
目标路径
See Also