Alt.Binz forum

Alt.Binz (English) => Help => Topic started by: raven3k on April 07, 2009, 06:22:52 pm

Title: How can i included date / time in folder naming options?
Post by: raven3k on April 07, 2009, 06:22:52 pm
I was wondering, if its possible or, if there is a script that allows me to include the date and time with the file i have downloaded (ie after extraction).
Title: Re: How can i included date / time in folder naming options?
Post by: DM8Mydog on April 07, 2009, 06:28:48 pm
'date created'
'date modified'
'date accessed'

are three of many more flags NTFS (and ext2/3) have

all you need to do is stop using those fluffy huge icons when browsing your files, and start using 'details' view ;)

in your explorer (or any other file manger for that matter...) views -> details.

if the columns mentioned dont show up, right click in the columns header and add the ones you want.

you can sort by date created, or date modified.
date created will get reset upon copy/move/extract but date modified wont.

Title: Re: How can i included date / time in folder naming options?
Post by: davidq666 on April 07, 2009, 09:53:49 pm
maybe the sample script serves your purpose:

https://www.altbinz.net/forum/index.php?topic=1244.msg3706#msg3706
Title: Re: How can i included date / time in folder naming options?
Post by: raven3k on April 07, 2009, 10:40:01 pm
interesting, i will have a look.