Welcome to the SRP Forum! Please refer to the SRP Forum FAQ post if you have any questions regarding how the forum works.
SRP_Path Feature
Just implemented some of the new SRP_Path commands, nice one...
One feature I could think of that would save some additional coding and important to my project would be to have a call such as "ConvertNetworkPath" or something along those lines.
The way I have implemented at the moment is to parse a "net use" with SRP_Run_Command and then if the "Z:" is mapped to "\\server\path" then I simply replace the "Z:" in the path passed in and return the result.
Especially useful for storing photos on a server so that other copies of OI can see them as opposed to mismatch mapped drives!
One feature I could think of that would save some additional coding and important to my project would be to have a call such as "ConvertNetworkPath" or something along those lines.
The way I have implemented at the moment is to parse a "net use" with SRP_Run_Command and then if the "Z:" is mapped to "\\server\path" then I simply replace the "Z:" in the path passed in and return the result.
Especially useful for storing photos on a server so that other copies of OI can see them as opposed to mismatch mapped drives!
Comments
Consider this request noted. Kevin engineered this utility so he'll likely be the one to put it in the queue if he thinks there is an opportunity to implement.