• View Communities
    • Citrix Developer Network
      The place for unfiltered straight talk on Citrix products. Blogs, code downloads, best practices, APIs, and more can all be found here.
    • Citrix Ready Community Verified
      Does it work with Citrix? Application compatibility questions are a thing of the past with the new Citrix Community Verified site.
    • Blogs
      Learn the latest from the Citrix employees who are building application delivery infrastructure technologies.
    • Blogosphere
      The Citrix Blogosphere is a window into the thousands of conversations taking place about Citrix and Application Delivery.
  •  Sign In
Workflow Studio Developer Network

FilesExist

FilesExist

Checks for the existence of one or more files. Returns 'True' if all files specified exist, and 'False' otherwise.

Properties

Files
Type: System.ComponentModel.BindingList`1[[Citrix.WorkflowStudio.CustomActivities.Editors.FileWithConstructor, CustomActivityPropertyEditors, Version=1.0.0.0, Culture=neutral, PublicKeyToken=36841176f080fbec]]
Specifies, through a 'Files' dialog, one or more full paths to the files the activity will search. If any of the files specified are not found, the result will be 'False'. All files specified must exist for the activity to return 'True'.

BooleanOutput
Type: System.Boolean
Contains the result of the File Exists check. The result is either 'True' (all files exist) or 'False' (at least one file does not exist.) This is a read-only output parameter.

Enter tags to add to this page:
Please wait 
Looking for a tag? Just start typing.
Related Links