Hi,
First set variable like strBasePath ="c:\Desktop"
Then can you replace System.Environemnt.CurrentDirectory
with strBasePath
in the above workflow?
Regards,
Hi,
First set variable like strBasePath ="c:\Desktop"
Then can you replace System.Environemnt.CurrentDirectory
with strBasePath
in the above workflow?
Regards,
Hi, Yoichi.
I have amended the variable path & is working.
Folder created successfully:
Thank you so much for the help
Hi.
How to edit the add another folder with another date within the same month?
Like below:
Because when i run the script-Sample20221117-4v5.zip, there is error message.
Hi,
Can you elaborate? Which path do you want to write it to?
Regards,
Hi,
Currently, I generated text file & create this folder:
\2022 Nov\20221115 based on the date in text file:
But if i have another date in another text file:
How to create add \20221129 in folder at \2022 Nov?
so it will become like this:
HI,
In the above sample. there is logic to create yyyy MMM style folder (like 2022 Nov) then create yyyyMMdd style folder (like 20221115).
If you want to change the base folder, please replace the following Ssytem.Environment.CurrentDirectory with another folder.
Regards,
Hihi.
Actually, I do not want to change the base folder (2022 Nov), but overwrite 2022 Nov to add sub folder 20221129.
I tried to upload these 2 text files & has error messages:
Base folder should be parent folder of 2022 Nov.
If it’s c:\temp\temp\2022 Nov, base folder is c:\temp\temp
Can you try to set it?
Regards,
Hihi.
Still unable to do it.
But I modify this way by adding this:
Maybe you can take a look:
Sample20221117-4v5.zip (104.3 KB)
This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.