Currently, my dll is looking in the directory of my last saved file in Labview after file dialog box. I want my dll to look in the same directory that it is in. Is there some way to prevent Labview from passing that pointer to my dll telling it where to look. Alternatively, is there a way to force Labview back to the VI's home directory and pass that to the dll. I want to use relative paths in the dll and I don't want to hard code the location into the dll.