Task #3317
Macro view, contextual menu, Properties command, add creationTime(), lastAccessTime(), lastModifiedTime(), getOwner() and group()
Statut: | New | Début: | 08/12/2022 | |
---|---|---|---|---|
Priorité: | Normal | Echéance: | ||
Assigné à: | - | % réalisé: | 0% |
|
Catégorie: | Commands | Temps passé: | - | |
Version cible: | TXM 0.8.4 |
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'