Loupe - Log - Monitor - Resolve
Gibraltar Namespace / FileSystemTools Class / CopyIfNewer Method

In This Topic
    CopyIfNewer Method
    In This Topic
    Copy a file to a target location, replacing an existing file if the source is newer.
    Syntax
    'Declaration
     
    
    Public Shared Sub CopyIfNewer( _
       ByVal sourceFileNamePath As String, _
       ByVal targetFileNamePath As String _
    ) 
    public static void CopyIfNewer( 
       string sourceFileNamePath,
       string targetFileNamePath
    )

    Parameters

    sourceFileNamePath
    targetFileNamePath
    Requirements

    Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

    See Also