VI Directory Input Object

The Visual Integrator (VI) Directory input object generates a text file that lists a directory's files and a variety of metadata.

VI Directory Icon

The generated text file, that contains a list of files, requires another input object to read the contents of those files. Most often a Filein input object reads the contents of the files by using the File_List_Input attribute. For more information about the File_List_Input attribute, see the section in VI Filein Input Object.

The Filein object uses a File_List_Input attribute to parse the list of files and expects a text file with a single column named Filename. Therefore, you might need to insert an Alias or Calc process object and set that object to remove the Directory object's Filename column and then alias the Path column to one called Filename.

The Directory object has Closedthree panes where you set attributes.

VI Directory Object All Panes