2022-03-04 04:26:39 +00:00
|
|
|
Working_Fullpath=$(pwd)
|
|
|
|
Working_Directory=$(basename $Working_Fullpath)
|
2022-03-26 21:34:56 +00:00
|
|
|
|
|
|
|
# IMPORTANT - The order of keys in keys_of_interest *must* match the order in
|
|
|
|
# which mdls prints them or csv output will be incoherent
|
|
|
|
|
|
|
|
keys_of_interest=("kMDItemFSCreationDate" "kMDItemFSName")
|