mirror of
https://github.com/revenz/FileFlowsPlugins.git
synced 2026-01-06 18:50:22 -06:00
FF-1347 - added has hard links
This commit is contained in:
@@ -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": {
|
||||
|
||||
Reference in New Issue
Block a user