Solution
LabVIEW can access files only through valid file system paths. Devices that appear in Windows as Portable Devices typically do not expose a traditional drive letter that LabVIEW can use as an absolute path.
To access files stored on the device:
- Verify whether the device supports a mass-storage mode that allows Windows to recognize it as a standard storage drive.
- Configure the device, if supported, to appear as a USB storage device instead of a Portable Device.
- Confirm that Windows assigns a drive letter to the device.
- Use the assigned drive letter when building file paths in LabVIEW.
If the device does not support mass-storage mode, Windows may not provide a file system path that LabVIEW can access directly. In this case, determine whether Windows can expose the device storage as a drive letter. If the device appears as a storage volume in Windows, assign a drive letter and use that path in LabVIEW. For instructions on assigning a drive letter to a storage volume, refer to the Related Links section.