Is there any Python code that I can use in Blender that will open an external file in a certain path name such as
C:\users\username\desktop\file.txt
?
Or if the .blend file is put into a folder for sending, it would be better if the Python script could search in the directory that the blend file is stored in, instead of following an exact path from the user’s C:\ drive or something like that. It would be opening it externally, not in blender is what I mean. (txt files would open up in notepad and such)
I would have the python code set up in Blender and the logic bricks, so when a certain sensor was enabled it would activate said python script. Any ideas?