aditya shukla wrote:
I am writing a program(prog 1) in python , which requires to know the
path of another program(prog 2) in order to execute.I can get my prog1
to work when i hard code the path of the existing program(prog2).But
since the path of prog could be anywhere on the file system , t
Hello folks,
I am writing a program(prog 1) in python , which requires to know the path
of another program(prog 2) in order to execute.I can get my prog1 to work
when i hard code the path of the existing program(prog2).But since the path
of prog could be anywhere on the file system , thus i cannot