09-30-2008 09:32 AM
09-30-2008 09:43 AM
09-30-2008 09:48 AM
09-30-2008 09:50 AM
09-30-2008 09:57 AM
10-01-2008 07:44 AM
06-25-2020 03:21 PM
For followers of this thread:
Windows 10 now handles long file paths although it has to be enabled with via various possible registry or group policy edits. However, LabVIEW apparently has not opted in as of LV 2019 SP1.
I made a post on the LV idea exchange to make long file paths work in LV.
https://forums.ni.com/t5/LabVIEW-Idea-Exchange/Remove-File-Path-Length-Limitation/idi-p/4062640
06-25-2020 07:07 PM
Separately from the OS limitation, LabVIEW cannot handle more than 255 chars per element of a path. That’s quite uncommon, but can happen when file or folder names are generated programmatically.
06-26-2020 05:04 AM - edited 06-26-2020 05:06 AM
"LabVIEW cannot handle more than 255 chars per element of a path"
If you run into that issue i'd say you have some other problems! 😄
06-26-2020 09:07 AM
I've always used the File Dialog Express VI to navigate to the file then open it using the Open/Create/Replace VI but have never ran into the 255 character limit. I wonder if that would work and bypass the character limit set by NI.