Premise03
2008-08-14 19:10:07 UTC
Forum, I am using LV 8.5 and I have discovered that the "Read JPEG File.vi" creates temporary files when reading a JPEG file. With a built EXE, the files are created in the root of the C: drive. While running the same code in the LabVIEW IDE the files are created on my H: drive which is for my personal network storage. The filename is formatted as "tXXX.X" where X is a random set of ASCII characters. For example, the file is currently named "t53s.b" and the next time I call "Read JPEG File.vi" it will be "t53s.c". I discovered this fact using Process Monitor v 1.37 from <a href="http://www.sysinternals.com/" target="_blank">www.sysinternals.com</a> and filtering for the creation of these files. The problem is not the creation of the files, rather in the location they are created. A customer running our app does not allow files to be created off of the root of C: when the user is not an Admin. If I could find a way to tell "Read JPEG File.vi" to create these temporary files somewhere else, that would be sufficient to resolve the issue. Thanks,Chris Roth