Skip to main content
Question

Read files from folders one directory down but no further.

  • July 26, 2023
  • 3 replies
  • 26 views

jp12212
Contributor
Forum|alt.badge.img+4

Good morning,

 

I'm trying to achieve the following:

 

  • Read DWGs from all folders one level down but no further sub directories
  • Currently have: Directory and file pathnames -> tester (= dwg) -> tester for depth = 1?

 

Was previously using a wildcard but it was going to far into directories and picking up a lot of irrelevant files.

 

Thank you for your help.

3 replies

tomfriedl
Contributor
Forum|alt.badge.img+13
  • Contributor
  • July 26, 2023

Parameter:

"Path Filter" = \\*\\*.dwg

Subfolder = no

 

Read only depth 1(but not depth 0)


jp12212
Contributor
Forum|alt.badge.img+4
  • Author
  • Contributor
  • July 27, 2023

Hey Tom,

 

Thanks this looks like exactly what I'm after.

 

Can you send a screenshot of where the subfolder / read depth is? I can seem to find it!

 


tomfriedl
Contributor
Forum|alt.badge.img+13
  • Contributor
  • July 27, 2023

One = \\*\\*.dwg

Two = \\*\\*\\*.dwg

Three =\\*\\*\\*\\*.dwg

I think so, without testing.