Hello.
I'd like to know if there's a way to use SaveAs macro command to save the file under the same directory the file has been opened. I was just typing SaveAs "myfilename.htm" and the file wasn't created... So I tried putting a full path with SaveAs "C:\dirA\dir0xxx\myfilename.htm" and that worked. But since I need to apply this macro on hundreds of files and the dir0xxx aren't , of course, the same for each files, I can't put the full path.
I need to put SaveAs @currentDir&"myfilename.htm" (pseudo code)
Is it possible with UltraEdit10.00c ?
If not, with a newer version of UE ?
thanks.
I'd like to know if there's a way to use SaveAs macro command to save the file under the same directory the file has been opened. I was just typing SaveAs "myfilename.htm" and the file wasn't created... So I tried putting a full path with SaveAs "C:\dirA\dir0xxx\myfilename.htm" and that worked. But since I need to apply this macro on hundreds of files and the dir0xxx aren't , of course, the same for each files, I can't put the full path.
I need to put SaveAs @currentDir&"myfilename.htm" (pseudo code)
Is it possible with UltraEdit10.00c ?
If not, with a newer version of UE ?
thanks.