While developing Labview code for a Windows 7 operating system, it became apparent the system which the software is used may be set up to not allow a common user write access to a selected folder. If the selected folder does not have write permission, the code needs to prompt the user to select a different folder.
So far I have Labview 2012 and found the Get Permissions block under advanced file functions. Is this the best way to determine if a user has write permission? Does a better way exist to test for write permission?