Help- how to use a substring of a file name to find a file

sunflower
sunflower Member Posts: 3
edited 2010-03-03 in Navision Attain
Here is what I need to accomplish: I only know part of the file name, I need to find the file from the local file directory, how can I do that?

Comments

  • androjdaz
    androjdaz Member Posts: 20
    sunflower wrote:
    Here is what I need to accomplish: I only know part of the file name, I need to find the file from the local file directory, how can I do that?
    Use virtual table "File". In order to find required file, please filter fields "Path", "Is a file", "Name".
    That's what she said!
  • sunflower
    sunflower Member Posts: 3
    Thank you! solved