Refer to the following table for LabVIEW NXG best practices.
Guideline | Required or Recommended? | Details | Example(s) |
---|---|---|---|
Avoid using absolute paths in VIs. |
Required |
Absolute paths may cause problems when you build an application or run the VI on a different computer. If you must use an absolute path, make sure that you include code to test that the path exists and to create the path if it does not exist. |
N/A |