|
| 1 | +https://github.com/kweatherman/Folcolor/issues/11 |
| 2 | + |
| 3 | + |
| 4 | +Skip to content |
| 5 | + |
| 6 | +kweatherman |
| 7 | + |
| 8 | +/ |
| 9 | + |
| 10 | +Folcolor |
| 11 | + |
| 12 | +Public |
| 13 | + |
| 14 | +Code |
| 15 | + |
| 16 | +Issues |
| 17 | + |
| 18 | +2 |
| 19 | + |
| 20 | +Pull requests |
| 21 | + |
| 22 | +Actions |
| 23 | + |
| 24 | +Projects |
| 25 | + |
| 26 | +Security |
| 27 | + |
| 28 | +Insights |
| 29 | + |
| 30 | +Jump to bottom |
| 31 | + |
| 32 | +can you allow me to change the folder colors without modifying the date. preserve original date and time #11 |
| 33 | + |
| 34 | + Closed |
| 35 | + |
| 36 | +Zedroid opened this issue 12 hours ago · 4 comments |
| 37 | + |
| 38 | +Comments |
| 39 | + |
| 40 | +Zedroid commented 12 hours ago • |
| 41 | + |
| 42 | +can you allow me to change the folder colors without modifying the date |
| 43 | + |
| 44 | +https://www.nirsoft.net/utils/bulk_file_changer.html lets me edit the date and timestamp |
| 45 | + |
| 46 | +adding tags seem to make the file the newest like in folcolor |
| 47 | + |
| 48 | +robocopy can create a temp folder with original attributes before overwrite |
| 49 | + |
| 50 | +https://answers.microsoft.com/en-us/windows/forum/all/retaining-the-original-date-modified-of-folders/0c0982f9-03a5-47f6-ae32-f2691d647889 |
| 51 | + |
| 52 | +@Zedroid Zedroid changed the title preserve original date and time can you allow me to change the folder colors without modifying the date. preserve original date and time 12 hours ago |
| 53 | + |
| 54 | +kweatherman commented 3 hours ago • |
| 55 | + |
| 56 | +I see yea, interesting, never realized that was happening. |
| 57 | + |
| 58 | +Even if the color is changed the modification date of the "desktop.ini" inside the folder doesn't change but the folder itself does. |
| 59 | + |
| 60 | +Why and when is a problem though? What is the specific use case(s) where it is necessary to not change the folder date? |
| 61 | + |
| 62 | +Would need to investigate what API call(s) in Folcolor causes the date to change. At any rate would probably have to push and pop the date to make it work right. |
| 63 | + |
| 64 | +Do you realize you can change the date from a batch file? |
| 65 | + |
| 66 | +This line will save the current date: |
| 67 | + |
| 68 | +set todaysdate=%date:~-10% |
| 69 | + |
| 70 | +Then I will set it back to last year: |
| 71 | + |
| 72 | +date 01/31/2022 |
| 73 | + |
| 74 | +.. do something here.. |
| 75 | + |
| 76 | +Then pop it back: |
| 77 | + |
| 78 | +date %todaysdate% |
| 79 | + |
| 80 | +But then this is the date, not the time too. Maybe there's a DOS command for it also. |
| 81 | + |
| 82 | +Zedroid commented 3 hours ago • |
| 83 | + |
| 84 | +Thank you for that useful hack! I did not know it might be useful someday. |
| 85 | + |
| 86 | +Unfortunately I wanted to preserve the order of YouTube videos I downloaded in case I want to re-watch, but track which ones I already watched. |
| 87 | + |
| 88 | +My poor internet connection makes videos stuck to buffering in my browser so jdownloader puts each video in a folder for me. |
| 89 | + |
| 90 | +I currently move the folders to a watched folder, but it's extra clutter. |
| 91 | + |
| 92 | +kweatherman commented 3 hours ago • |
| 93 | + |
| 94 | +I see. Yea, I hate little annoying things like that. I think I just gave up trying to track dates because of the OS doing things like this. |
| 95 | + |
| 96 | +Maybe you can just date your folders like "Downloads 1_31_2023" or something. |
| 97 | + |
| 98 | +Anyhow, I don't think this is something I want to spend energy on. |
| 99 | + |
| 100 | +If you want it done you are probably going to have to make a fork and add the feature yourself. |
| 101 | + |
| 102 | +@kweatherman kweatherman closed this as completed 3 hours ago |
| 103 | + |
| 104 | +Zedroid commented 4 minutes ago |
| 105 | + |
| 106 | +Thank you for the reply. That is a good tip. I understand it's fine I'll fork it only as a reference in the future since I'm no software developer. Thank you for your time creating this software by the way. |
| 107 | + |
| 108 | +@Zedroid Zedroid closed this as completed 4 minutes ago |
| 109 | + |
| 110 | +Add a quote, <Ctrl+Shift+.> |
| 111 | + |
| 112 | +Add code, <Ctrl+e> |
| 113 | + |
| 114 | +Add a link, <Ctrl+k> |
| 115 | + |
| 116 | +Directly mention a user or team |
| 117 | + |
| 118 | +Reference an issue, pull request, or discussion |
| 119 | + |
| 120 | +Add saved reply |
| 121 | + |
| 122 | +Leave a comment |
| 123 | + |
| 124 | +Remember, contributions to this repository should follow our GitHub Community Guidelines. |
| 125 | + |
| 126 | +Assignees |
| 127 | + |
| 128 | +No one assigned |
| 129 | + |
| 130 | +Labels |
| 131 | + |
| 132 | +None yet |
| 133 | + |
| 134 | +Projects |
| 135 | + |
| 136 | +None yet |
| 137 | + |
| 138 | +Milestone |
| 139 | + |
| 140 | +No milestone |
| 141 | + |
| 142 | +Development |
| 143 | + |
| 144 | +No branches or pull requests |
| 145 | + |
| 146 | +Notifications |
| 147 | + |
| 148 | +Customize |
| 149 | + |
| 150 | +You’re receiving notifications because you modified the open/close state. |
| 151 | + |
| 152 | +2 participants |
| 153 | + |
| 154 | +@Zedroid |
| 155 | + |
| 156 | +@kweatherman |
| 157 | + |
| 158 | +Footer |
| 159 | + |
| 160 | +© 2023 GitHub, Inc. |
| 161 | + |
| 162 | +Footer navigation |
| 163 | + |
| 164 | +Terms |
| 165 | + |
| 166 | +Privacy |
| 167 | + |
| 168 | +Security |
| 169 | + |
| 170 | +Status |
| 171 | + |
| 172 | +Docs |
| 173 | + |
| 174 | +Contact GitHub |
| 175 | + |
| 176 | +Pricing |
| 177 | + |
| 178 | +API |
| 179 | + |
| 180 | +Training |
| 181 | + |
| 182 | +Blog |
| 183 | + |
| 184 | +About |
0 commit comments