Differences

This shows you the differences between two versions of the page.

Link to this comparison view

list_filenames [2020/07/22 18:16]
argemiro created
list_filenames [2020/07/22 18:24] (current)
argemiro
Line 8: Line 8:
  
 ^ Name  ^ Type  ^ Description ​ ^ ^ Name  ^ Type  ^ Description ​ ^
-| Folder ​ | [[Categorical Map Type]]  | Existing road net work.  | +| Folder ​ | [[folder|Folder]]  |Folder where the file are located.  | 
-| File Pattern ​ | [[Map Type]] ​ Mask to delimit search regions.  |+| File Pattern ​ |  [[string_type|String ​Type]] | Patterns of files that will be returned. The pattern can include all wildcards supported by the OS shell. Ex: *.*, *.csv, my_image[0-9].tif,​ etc.  |
  
 ===== Advanced Inputs Ports ===== ===== Advanced Inputs Ports =====
  
-^ Name  ^ Type  ^ Description ​ ^ Default Value  ^ +^ Name  ^ Type  ^ Description ​ ^  
-| Search Sub Folders Recursively ​ | [[Lookup Table Type]] ​ | Shorter distance to start a new road based on current time step (in meters) ​| ​...  ​|+| Search Sub Folders Recursively ​ | [[boolean_value_type|Boolean Value Type]] ​ | If true, also search for files in the sub-folders of the given folder recursivelyOtherwise, the result only includes files from the given folder. |
  
  
Line 20: Line 20:
  
 ^ Name  ^ Type  ^ Description ​ ^ ^ Name  ^ Type  ^ Description ​ ^
-| Files  | [[Map Type]] ​ | Updated road network or new roads.  |+| Files  | [[table_type|Table ​Type]] ​ | The list of filename (and their corresponding paths) found in the given folder that match the given extension.  |
  
 ===== Group ===== ===== Group =====
  
-[[Functor List#Road Constructor|Road Constructor]]+[[Functor List#List Filenames|List Filenames]]
  
 ===== Notes ===== ===== Notes =====