FF-1347 - added has hard links

This commit is contained in:
John Andrews
2024-02-19 13:36:59 +13:00
parent 3991c3c59e
commit ccafc2b059
4 changed files with 257 additions and 7 deletions

View File

@@ -101,7 +101,18 @@
},
"Fields": {
"FileName": "File Name",
"FileName-Help": "The file to check if exists. This should be used with a variable from a previous node."
"FileName-Help": "The file to check. Leave empty to check the current working file."
}
},
"HasHardLinks": {
"Description": "Checks if a file has hard links to it or not",
"Outputs": {
"1": "Hard links detected",
"2": "No hard links detected"
},
"Fields": {
"FileName": "File Name",
"FileName-Help": "The file to check. Leave empty to check the current working file."
}
},
"Delete": {