GetFolderInformation

Estimated reading: 2 minutes 1975 views

This activity helps the user to retrieve detailed information about the specified folder. 

Properties

INPUT

FolderPath: *This field specifies the path of the folder from which the information needs to be retrieved. It accepts values in “String” datatype. 

MISC

DisplayName: Displays the name of the activity. The activity name can be customized, which aids in troubleshooting.

SkipOnError: Specify the “Boolean” value as “True” or “False.”
True: Continue executing the workflow regardless of any errors thrown.
False: Halt the workflow if it encounters any errors.
None: If the option is left blank, the activity will, by default, behave as if “False” were chosen.

Version: It indicates the version of the feature being used.

OUTPUT

Accessibility: This parameter returns the accessibility status of the specified folder in a Boolean datatype.
True: Indicates the folder is accessible during automation.
False: Indicates the folder is not accessible due to insufficient permissions.

CreationDateTime: This parameter helps you retrieve the “Date and Time” when the folder was created in “DateTime” data type format. The output will be in a 12-hour format.

Files: It returns the list of files from the folder in “List of string” data type. 

Folder: It returns the list of sub folders available in the folder in “List of string” data type.

IsValidPath: This parameter returns whether the specified path is valid or not in “Boolean” datatype. 
True: Indicates the folder path is valid. 
False: Indicates the folder path is not valid. 

SharingEnabled: It returns whether sharing is enabled or disabled for the specific folder in “Boolean” data type.
True: Indicates the folder is enabled for sharing.
False: Indicates the folder is not enabled for sharing. 

SizeOnDisk: It returns the size of the folder in “Int64” data type. 

UserPermission: It returns the list of users along with their permissions for this specific folder in “DataTable” data type. 

* Represents mandatory fields to execute the workflow.

Share this Doc

GetFolderInformation

Or copy link

CONTENTS