I'm trying to understand how ENV works (at least on Windows): I'm trying to ccall a library that requires a particular addition to "PATH". If I do this externally (through the Windows menus) it works okay, but not via ENV["PATH"]. I assume that this means that ENV only changes the local process? If so, is there anyway I can modify the system variable from within Julia?
-Simon
