One of the most important aspects you should take care of when programming in just about any language is aware of your project directory. When working in Python, it’s always a good idea to use ...
$(FULL_CURRENT_PATH) – Full path of the active file, e.g. E:\My Web\main\welcome.html $(CURRENT_DIRECTORY) – Directory of the active file, e.g. E:\My Web\main $(FILE_NAME) – File name with extension ...