Updates the source of a given instance based on the LastWriteTime. If the LastWriteTime property of the newSource is greater than the LastWriteTime property of SourceInfo, then SourceInfo is replaced with newSource.
[Visual Basic] Public Sub UpdateSource( _ ByVal newSource As FileSystemInfo _ )