Is it possible for export file (html) to be saved in folder up?
Ex:
Working dir is: c:\Music\Album Name
$filename(%_directory%.html)
After save: c:\Music\Album Name.html
I want this:
After save: c:\Album Name.html
Is it possible for export file (html) to be saved in folder up?
Ex:
Working dir is: c:\Music\Album Name
$filename(%_directory%.html)
After save: c:\Music\Album Name.html
I want this:
After save: c:\Album Name.html
$filename(C:\%_directory%.html)
$filename(..\%_directory%.html)
Thanks it's working:
$filename(..\%_directory%.html)