To download NI software, including the products shown below, visit ni.com/downloads.
Overview
This example allows users to select a directory and display all of the folders and shortcuts within that directory.
Description
This example displays the shortcuts and folders within the directory as well as the absolute locations (resolved paths) of the folders and shortcuts. This example can be used to simply show the user a list of all folders or shortcuts within a directory. It can also be modified to programmatically select every folder and shortcut within the directory and perform some sort of task on each. For example, it can open all of the files in each of the folders and shortcuts.
Requirements
Steps to Implement or Execute Code
Additional Information or References
VI Snippet
**This document has been updated to meet the current required format for the NI Code Exchange.**
Example code from the Example Code Exchange in the NI Community is licensed with the MIT license.