Check If File/Dir Exists - Symantec WISESCRIPT EDITOR 7.0 SP2 - FOR WISE INSTALLATION EXPRESS V1.0 Installation Manual

Hide thumbs Also See for WISESCRIPT EDITOR 7.0 SP2 - FOR WISE INSTALLATION EXPRESS V1.0:
Table of Contents

Advertisement

Check If File/Dir Exists

WiseScript Editor Reference
Note
If the Web server redirects URLs that are not valid to another internal Web page, no
error is detected by this action.
To complete the dialog box
URL to Check
Include "http://" in the URL.
Win32 Error Text Variable
Select or enter a variable to store the error text returned by the 32-bit winsock.dll.
Win32 Error Number Variable
Select or enter a variable to store the error code returned by the 32-bit winsock.dll.
Win16 Error Text Variable
Select or enter a variable to store the error text returned by the 16-bit winsock.dll.
Win16 Error Number Variable
Select or enter a variable to store the error code returned by the 16-bit winsock.dll.
This action determines if a file or directory exists, whether a directory is writable, or if a
.DLL is loaded into memory. It can perform different actions based on the result of the
check.
To complete the dialog box
If
Select the condition to check. To check if a .DLL is loaded, select Module loaded in
memory.
Pathname
To check a file or directory, enter its path. Wildcard characters, such as *, are
not valid. Use variables (example: %WIN%) rather than hardcoding a path.
To check if a .DLL is loaded, enter just the .DLL name, not a path. To check if a
.DLL is loaded in a specific directory, include the full path.
Example: To determine if any User32.dll is loaded, just specify user32.dll. To
determine if c:\Windows\System32\User32.dll is loaded specify the full path.
Title
Enter the title for the dialog box.
Message Text
Appears in the body of the message dialog box. Leave this blank to prevent the
message from appearing.
Action
Occurs when the If statement above is true. The message described in the Title
and Message Text fields appears unless Message Text is blank. In addition, select
from these options.
WiseScript Actions
56

Advertisement

Table of Contents
loading

Table of Contents