File Status-2.1118.1059

File Status-2.1118.1059

 

File Status

Author: Jerry Chae

 

Description

This plugin obtains properties of a file or files.

 

 

Need help?

Technical contact to tech@argos-labs.com

 

May you search all operations,




Required Input

  • Full file-path of the target file(s)

 

Output/Return Value

  • A CSV with the details of file properties

 

File properties include

 

1)      Full file path to the file

2)      File name with extension

3)      File size in byte

4)      Date/time of initial creation of the file

5)      Date/time of the last access to the file

6)      Date/time of the last modification (update) of the file

 

 

CSV headers and variable example

 

pathname

basename

size

access_ts

modify_ts

create_ts

pathname

basename

size

access_ts

modify_ts

create_ts

C:\Users\me\Desktop\wip\AAA.csv

AAA.csv

432340

11/18/2020 10:57

11/18/2020 9:36

11/18/2020 9:07

{{groupname.pathname(index)}}

{{groupname.basename(index)}}

{{groupname.size(index)}}

{{groupname.access_ts(index)}}

{{groupname.modify_ts(index)}}

{{groupname.create_ts(index)}}

 

 

How to set parameters