Home > Products > CSHTMLDiff Control > Documentation > User Guide
|
SetTempDir
|
Previous Top Next |
| Sets the temporary directory used by the control.
|
|
|
| Syntax
|
|
|
| Sub SetTempDir(tempDir As String)
|
|
|
| Remarks
|
|
|
| This function should be called before calling any of the diff functions.
|
| When using the control in server sided applications, make sure that the temp directory has both read and write permissions for anonymous users.
|
|
|
| The new directory will be created if it does not already exist.
|
|
|