W
wyo
I'd like to display folder names without line breaks so I tried the
following replace
folders[j] = f.replace(/ /g, ' ');
but the script stop without an error. Any idea? Is there a better way?
O. Wyss
following replace
folders[j] = f.replace(/ /g, ' ');
but the script stop without an error. Any idea? Is there a better way?
O. Wyss