filename attribute (#61426)
Adds missing return key/value 'filename' to the win_find module documentation
This commit is contained in:
parent
3e0891ed39
commit
dd3c5500e1
1 changed files with 5 additions and 0 deletions
|
@ -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…
Reference in a new issue