SpiderPig Posted February 2 Share Posted February 2 So I'm starting my process in a LUA extension for the editor. if process == nil then process = CreateProcess("B:/ShaderMaster.exe") end I get an error stating it couldn't find one of the files the app needs. It's showing that it's looking in a folder relative to the project the editor has open. I need it to look relative to the process exe because that's where all of it's files are. I think I can edit my software to fix this but I'm wondering if this can be done simply when creating the process? Startup arguments perhaps? Quote Link to comment Share on other sites More sharing options...
Solution SpiderPig Posted February 2 Author Solution Share Posted February 2 Never mind, it was an easy fix in C#. Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.