Read File Metadata
Reads the metadata of a file.
This activity reads the metadata of a user-specified file.
Input
Filename:
String Argument
Required
The full path of the filename that is to be read.File Tree:
String Argument
Specifies a list in which the given input file path is split and stored in it.
If the user-specified input of Filename is 'C:\Programs\Adobe\acrobat.exe', then the File Tree property would contain
C:\ C:\Programs C:\Programs\Adobe C:\Programs\Adobe\acrobat.exe
Output
Metadata:
FileMetadata Variable
Specifies the variable to store the file metadata.
Last updated