Add clipboard to New Folder Templates

Features wanted...
Post Reply
yusef88
Posts: 1126
Joined: 28 Jan 2013 03:50
Location: Windows 8.1 32-bit

Add clipboard to New Folder Templates

Post by yusef88 »

; Tweak: 3 templates for New Folder default names
Possible to add <clipboard> to these Templates ?

admin
Site Admin
Posts: 60551
Joined: 22 May 2004 16:48
Location: Win8.1 @100%, Win10 @100%
Contact:

Re: Add clipboard to New Folder Templates

Post by admin »

You mean as a 4th template?

yusef88
Posts: 1126
Joined: 28 Jan 2013 03:50
Location: Windows 8.1 32-bit

Re: Add clipboard to New Folder Templates

Post by yusef88 »

admin wrote:You mean as a 4th template?
not necessarily, but at least make the <clipboard> a valid template.

admin
Site Admin
Posts: 60551
Joined: 22 May 2004 16:48
Location: Win8.1 @100%, Win10 @100%
Contact:

Re: Add clipboard to New Folder Templates

Post by admin »

I did that silently in v18.40.0003. :)

ALL XY variables work in new folder/file templates now. But if you use any XY variables then the template is not parsed as date template in the old way. So if you need a date too, you have to use <date ...>. e.g.

Code: Select all

Folder2=<clp>-<date yyyymmdd>

yusef88
Posts: 1126
Joined: 28 Jan 2013 03:50
Location: Windows 8.1 32-bit

Re: Add clipboard to New Folder Templates

Post by yusef88 »

Really great addition..thanks
admin wrote:ALL XY variables work in new folder/file templates now
since all variables are supported now, It makes sense to increase the number of templates

Code: Select all

; Tweak: 3 templates for New Folder default names
Version=1
Folder0=\N\e\w \F\o\l\d\e\r
Folder1=yyyy-mm-dd
Folder2=<clp>
Folder3=<curbase>
Folder4=<get curitemprev base>

yusef88
Posts: 1126
Joined: 28 Jan 2013 03:50
Location: Windows 8.1 32-bit

Re: Add clipboard to New Folder Templates

Post by yusef88 »

How to use all these variables if they do not have a place to put
increase the number of templates, please

admin
Site Admin
Posts: 60551
Joined: 22 May 2004 16:48
Location: Win8.1 @100%, Win10 @100%
Contact:

Re: Add clipboard to New Folder Templates

Post by admin »

I'll see what I can do... :)

Post Reply