about_IOInfoExtensions.PowerShell_CopyContentTo.help.txt

TOPIC
    about_IOInfoExtensions.PowerShell_CopyContentTo
 
SHORT DESCRIPTION
     Copies the content of the source directory to the destination directory.
 
SYNTAX
    CopyContentTo(System.IO.DirectoryInfo destination, [bool copyEmptyDirectories = False], [bool
    overwrite = False], [bool cleanTarget = False])
 
PARAMETERS
    destination <System.IO.DirectoryInfo>
        The directory to copy all the content to.
 
        Required: True
        Default Value:
        Accepts Wildcard Characters: False
 
    copyEmptyDirectories <System.Boolean>
        Copy empty directories, not copied by default.
 
        Required: False
        Default Value: False
        Accepts Wildcard Characters: False
 
    overwrite <System.Boolean>
        Overwrite any conflicting files at the destination.
 
        Required: False
        Default Value: False
        Accepts Wildcard Characters: False
 
    cleanTarget <System.Boolean>
        Deletes all content of the destination before copying.
 
        Required: False
        Default Value: False
        Accepts Wildcard Characters: False
 
KEYWORDS
    IOInfoExtensions, IOInfoExtensions.PowerShell, System.IO.DirectoryInfo, DirectoryInfo,
    CopyContentTo
 
SEE ALSO
    about_IOInfoExtensions.PowerShell
    about_IOInfoExtensions.PowerShell_GetDirectory
    about_IOInfoExtensions.PowerShell_GetFile
    about_IOInfoExtensions.PowerShell_DeleteContent
    about_IOInfoExtensions.PowerShell_CopyContentTo
    about_IOInfoExtensions.PowerShell_MoveFrom
    about_IOInfoExtensions.PowerShell_CopyFrom
    about_IOInfoExtensions.PowerShell_TryDelete