How to perform vbscript rename folder timestamp?

Asked By 30 points N/A Posted on -
qa-featured

Hello experts,

How to perform vbscript rename folder timestamp? Well renaming a folder using timestamp in vbscript is really hard for me. I am just a newbie in this vbscripting world and still exploring all the coding and scripting techniques. But I am also curious about vbscript renaming folder. Can you give me some idea where to get a tutorial for this?

Thank you.

SHARE
Answered By 10 points N/A #173875

How to perform vbscript rename folder timestamp?

qa-featured

 

Hi Any,
 
Don’t worry. It is very much easy and help is very common.
 
For renaming a file/folder you need to first check if it is available or not. Then you need to get access over it for renaming. Then you need to get the time stamp for the name. This can be done by date and time functions and creating a string with them and then assigning with the name. Please see the following links for code references.
Thank you.

Related Questions