Currently in the general settings I have this:
%CONFIGDIR%\Cache\%USERNAME%@%HOSTNAME%
I would add the current date in this way.
%CONFIGDIR%\Cache\%DATE%-%USERNAME%@%HOSTNAME%
date = 27-09-2014
How I can add the date value?
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Currently in the general settings I have this:
%CONFIGDIR%\Cache\%USERNAME%@%HOSTNAME%
I would add the current date in this way.
%CONFIGDIR%\Cache\%DATE%-%USERNAME%@%HOSTNAME%
date = 27-09-2014
How I can add the date value?