Root directory
-
My script requires many resource files.
My current computer's data is in D drive while my other computers' data are in C drive.
It becomes very tedious to change the Drive when the script is used in other computers.
Is it possible to copy all the resource files to the root directory of the script so that when the specify the resource file location, it can be '\resource.txt .. without the need the specify the Drive.
-
@Hifive Hi. Example https://translate.google.ru/translate?hl=ru&sl=auto&tl=en&u=http%3A%2F%2Fcommunity.bablosoft.com%2Ftopic%2F2572%2Fотносительный-путь-к-файлу
-
What I need is input resource file (your example seems to show output file).
You can see that I created a folder 'testfolder' in BAS program directory and added a resource file 'Websites.txt' there.
Then in my script, i point to /testfolder/Websites.txt
Did i do correctly?
I want the input resource files (more than 10 files) to follow the compiled script so that users don't need to amend the file location.
-
@Hifive test it