For interim you could work around like this.
var newname = replace(replace(filename, “/”, “\\ “),” “,””)
Hope this helps.
For interim you could work around like this.
var newname = replace(replace(filename, “/”, “\\ “),” “,””)
Hope this helps.