Using 11.02 version, this <default> view is Name - Ext - Size - Date - Attr
This sound strange but I did not find yet a way to
- be 100% sure which date is behind "Date"
- edit the columns of this <default> view
I've been able to define "custom columns view", use them (also to rename multiple files)
... but I stay stuck with this rather basec (stupid ?) question
Thanx for any help
<default> view mode columns - details & where to edit ?
Moderators: Hacker, petermad, Stefan2, white
-
- Junior Member
- Posts: 3
- Joined: 2024-10-12, 09:08 UTC
Re: <default> view mode columns - details & where to edit ?
I'm not entirely sure what you mean, but
1. To change the date format have a look at the "Tabstops/Data formats" in the configuration. There you can make changes to how the date is displayed.
2. You can create a preferred column setup first, then you can assign it to <default> in the View Modes sections, the columns view pulldown should show the view you have created.
1. To change the date format have a look at the "Tabstops/Data formats" in the configuration. There you can make changes to how the date is displayed.
2. You can create a preferred column setup first, then you can assign it to <default> in the View Modes sections, the columns view pulldown should show the view you have created.
F4MiniMenu (Forum) - Open selected file(s) from TC in defined editor(s) - A (minimalistic) clone of F4Menu
Source at GitHub (AutoHotkey). TCSyncComments (copy file comments)
Source at GitHub (AutoHotkey). TCSyncComments (copy file comments)
-
- Junior Member
- Posts: 3
- Joined: 2024-10-12, 09:08 UTC
Re: <default> view mode columns - details & where to edit ?
Thanks for the answer, however I'm afraid I was not clear.
The default columns in "Full" are :
Name - Ext - Size - Date - Attr
I'm wondering which file date it is : created, modified date, accessed date, ... and also if it's possible to modify this "Full" columns setup
Now I'm quite sure it's modified date, but still wondering where I could doublecheck this and change those columns
The default columns in "Full" are :
Name - Ext - Size - Date - Attr
I'm wondering which file date it is : created, modified date, accessed date, ... and also if it's possible to modify this "Full" columns setup
Now I'm quite sure it's modified date, but still wondering where I could doublecheck this and change those columns
Re: <default> view mode columns - details & where to edit ?
You can make a Custom Columns View, where you can put columns for all 3 dates and compare them with the Full View - then you will see that Full View shows the modified date, which the build-in tc-plugin calls writedate. (Date created = creationdate, Accessed date = accessdatebut still wondering where I could doublecheck this and change those columns
License #524 (1994)
Danish Total Commander Translator
TC 11.50b4 32+64bit on Win XP 32bit & Win 7, 8.1 & 10 (22H2) 64bit, 'Everything' 1.5.0.1383a
TC 3.60b4 on Android 6, 13 & 14
TC Extended Menus | TC Languagebar | TC Dark Help | PHSM-Calendar
Danish Total Commander Translator
TC 11.50b4 32+64bit on Win XP 32bit & Win 7, 8.1 & 10 (22H2) 64bit, 'Everything' 1.5.0.1383a
TC 3.60b4 on Android 6, 13 & 14
TC Extended Menus | TC Languagebar | TC Dark Help | PHSM-Calendar
-
- Junior Member
- Posts: 3
- Joined: 2024-10-12, 09:08 UTC
Re: <default> view mode columns - details & where to edit ?
Very clear and helpful, thx peter !
I suppose the "brief "full" etc views are not configurable, it's of course ok to create your own using Custom Columns view, and a mapping with build-in-tc-plugin entries would help, like you did for the dates in your posts ! I guess this mapping is documented somewhere but I was struggling to find it. So again, thank you !
I suppose the "brief "full" etc views are not configurable, it's of course ok to create your own using Custom Columns view, and a mapping with build-in-tc-plugin entries would help, like you did for the dates in your posts ! I guess this mapping is documented somewhere but I was struggling to find it. So again, thank you !
Re: <default> view mode columns - details & where to edit ?
By default, TotalCommander displays "LastWriteTime" date, designated as "Date modified" in Windows File Explorer .lap - laurent wrote: ↑2024-10-12, 11:06 UTC I'm wondering which file date it is : created, modified date, accessed date, ...
Code: Select all
PowerShell TotalCommander Windows Explorer
.LastWriteTime [=tc.writedate] Modification Modified
.CreationTime [=tc.creationdate] Creation Created
.LastAccessTime [=tc.accessdate] Access Accessed
- The date and time of the last modification to the item.
- The Indexing Service friendly name is 'write'.
https://learn.microsoft.com/en-us/windows/win32/properties/props-system-datecreated
- The date and time the item was created on the file system where it is currently located.
- This property is automatically promoted by the file system.
- The Indexing Service friendly name is "create".
https://learn.microsoft.com/en-us/windows/win32/properties/props-system-dateaccessed
- Indicates the last time the item was accessed.
- The Indexing Service friendly name is "access".
#278521 User License
Total Commander [always the latest version, including betas] x86/x64 on Win10 x64/Android 10
Total Commander [always the latest version, including betas] x86/x64 on Win10 x64/Android 10