-3
How to create folders within the program’s own subfolder, even if the user leaves the program anywhere on the computer?
All the media I found would be with already determined paths and the other method out on Assembly, however, I’m not familiar with Assembly.
The idea is that the program checks if the folder exists and if it exists, checks for files inside, after this the program will copy all the content and play to another predefined folder.
tries to get the exe path ...
– 13dev
But the exe would be mine, as the user could put it anywhere, the program would search the location itself and check its subfolders
– Blan Empt
and then, when you have the file location you know where the adjoining subfolders are
– 13dev
@Blanempt Reading the title I understand one thing, reading the question I understand another. I could leave an example of how I would like??
– Francisco
Of course, I want to know how to get the program to find its location (in this case the executable). In short, it should work like this: - Find yourself on the computer. - Check whether folders and subfolders exist. - In case folders exist: - Grab all the contents of one of the subfolders. - Copy and paste another directory that has already been preset. - In case it does not exist. - Create folder and subfolders. - Show label that folders are empty.
– Blan Empt
But then, it’s already another question, the question here is how to create folder in the same exe folder. You need to ask another question to answer this.
– Tiago S
But that was only one more explanation of how the program would work after that, my only question was to get the program to locate itself
– Blan Empt