URLGenie Test Folder Path

URLGenie.TestPath.Task (Task)

Will test if a folder path is accessible. Useful for testing access to the configuration file folder.

Element properties:

TargetURLGenie.WatcherNode
AccessibilityInternal
CategoryCustom
EnabledTrue
RemotableFalse
Timeout300

Member Modules:

ID Module Type TypeId RunAs 
PA ProbeAction URLGenie.TestPath.PA Default

Source Code:

<Task ID="URLGenie.TestPath.Task" Accessibility="Internal" Target="URLGenie.WatcherNode" Enabled="true" Timeout="300" Remotable="true">
<Category>Custom</Category>
<ProbeAction ID="PA" TypeID="URLGenie.TestPath.PA">
<Path>$Target/Property[Type="URLGenie.WatcherNode"]/ConfigFilesPath$</Path>
<ProbeActionTimeoutSeconds>60</ProbeActionTimeoutSeconds>
<WriteToEventLog>true</WriteToEventLog>
</ProbeAction>
</Task>