ActiveDriveFileWasChanged Method
IT Hit WebDAV Classes Reference
Notify OS and cache that file was changed
Namespace:
ITHit.MapWebDAVDrive.Core
Assembly:
ITHit.MapWebDAVDrive.Core (in ITHit.MapWebDAVDrive.Core.dll) Version: 1.3.997.0 (1.3.997.0)
Syntax public void FileWasChanged(
string filePath
)
Public Sub FileWasChanged (
filePath As String
)
public:
void FileWasChanged(
String^ filePath
)
member FileWasChanged :
filePath : string -> unit
Parameters
- filePath
- Type: SystemString
Specifies the full path name of the file or directory which was changed.
See Also