Metodo UtilityCloneFolder |
Namespace: DedNet.Core
public static bool CloneFolder( string sourcePath, string destPath )
Public Shared Function CloneFolder ( sourcePath As String, destPath As String ) As Boolean
public: static bool CloneFolder( String^ sourcePath, String^ destPath )
static member CloneFolder : sourcePath : string * destPath : string -> bool