LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Do multiple .aliases files matter?

Solved!
Go to solution

I am trying to clean out duplicate files with the same names in different subdirectories of a set of LabVIEW 2017 code. I found two .aliases files with the same name,

  • TopLevelDirectory/Support/ViDirectory/ViDirectory.aliases
  • TopLevelDirectory/Support/ViDirectory.aliases

The files only contain values for My Computer, but list different IP addresses. Will this affect the operation of the code in the LabVIEW projects, or can I just ignore them? 

 

0 Kudos
Message 1 of 4
(1,237 Views)
Solution
Accepted by colorimeter

You can probably delete both. They will automatically be recreated next time you open the project next to each.

0 Kudos
Message 2 of 4
(1,229 Views)

I really appreciate everyone's help on these questions! 

0 Kudos
Message 3 of 4
(1,210 Views)
The .aliases file just resolves target IP addresses to a human readable name. Only the file located in the same folder as the .lvproj is seen. And it is rewritten each time the project is saved.

It's why many developers add *.aliases to the SCC ignore list. Since MyComputer isn't the same as YourComputer.

"Should be" isn't "Is" -Jay
0 Kudos
Message 4 of 4
(1,177 Views)