I was curious if anyone knows how to set the probe file directory search path via the code?
I want to have the program change the Edit>Preferences>Set Search Path, settings during a "program initialization" subroutine which I'll create.
The purpose of which is to have a separate folder which contains only my probe files, alignments and subroutines for each individual part program.(I'll have a seperate folder for each program, instead of everything being in a big folder of spagetti O's)
Checking in the current directory would may be sufficient if PCDMIS continues to check for files within the higher level or subfolders of the current directory also (I don't think it does).
Also the next computer that runs my program might not have the same preferences setup so I would still like to explicitly state the requested path for the previously mentioned variables.
Thanks again,
I want to have the program change the Edit>Preferences>Set Search Path, settings during a "program initialization" subroutine which I'll create.
The purpose of which is to have a separate folder which contains only my probe files, alignments and subroutines for each individual part program.(I'll have a seperate folder for each program, instead of everything being in a big folder of spagetti O's)
Checking in the current directory would may be sufficient if PCDMIS continues to check for files within the higher level or subfolders of the current directory also (I don't think it does).
Also the next computer that runs my program might not have the same preferences setup so I would still like to explicitly state the requested path for the previously mentioned variables.
Thanks again,
Comment