using JavaScript, how to rename a file in my local drive like C:\Users\Public\TEMP\FileName.csv
I tried to use bat file with below script, its not working.
java.lang.Runtime.getRuntime().exec("C:\\Users\\Public\\TEMP\\WEX\\rename.bat")
using JavaScript, how to rename a file in my local drive like C:\Users\Public\TEMP\FileName.csv
I tried to use bat file with below script, its not working.
java.lang.Runtime.getRuntime().exec("C:\\Users\\Public\\TEMP\\WEX\\rename.bat")