FolderExists method

Returns
True
if the specified folder exists.
Syntax
Set
Result
=
TagDB
.
FolderExists
(
FolderName
)
where
Result
is the name of a Boolean variable.
TagDB
is the global variable
TagDB
. You can also use a variable you have defined as a TagDB object or an expression that evaluates to a TagDB object.
TIP:
If you are not using
FactoryTalk View SE
's VBA, the global variables will not be automatically created and you will have to define your own object variables.
FolderName
is the fully qualified name of the folder, that is, the path and folder name such as
folder1\folder2
.
Provide Feedback
Have questions or feedback about this documentation? Please submit your feedback here.
Normal