filename attribute (#61426)

Adds missing return key/value 'filename' to the win_find module documentation
pull/61359/merge
Giovanni Geraci 5 years ago committed by Alicia Cozine
parent 3e0891ed39
commit dd3c5500e1

@ -240,6 +240,11 @@ files:
returned: success, path exists, path is a file
type: str
sample: ".ps1"
filename:
description: The name of the file.
returned: success, path exists
type: str
sample: temp
isarchive:
description: If the path is ready for archiving or not.
returned: success, path exists

Loading…
Cancel
Save