Task #3317
Macro view, contextual menu, Properties command, add creationTime(), lastAccessTime(), lastModifiedTime(), getOwner() and group()
Status: | New | Start date: | 12/08/2022 | |
---|---|---|---|---|
Priority: | Normal | Due date: | ||
Assignee: | - | % Done: | 0% |
|
Category: | Commands | Spent time: | - | |
Target version: | TXM 0.8.3 |
Description
Currently the Properties command only displays three file attributes:
- path=/home/sheiden/TXM-0.8.2/scripts/groovy/user/org/txm/macro/...
- size=3 kb
- rights: read=true write=true execute=false
Some other basic info are missing to manage files.
Solution¶
Display creationTime(), lastAccessTime(), lastModifiedTime(), getOwner() and group() file attributes.
Other¶
- display full size in bytes for 'size'
- for example '3675' and not only '3 kb'