objreader problem

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • student_help
    New Member
    • Aug 2006
    • 5

    #1

    objreader problem

    HI

    I am trying to read from a number of different files using objReader. the problem i am having is that there is no set name file to work from. I was wondering if there was some other way to declare the file name. The thing with the files are when i am finished with them they are deleted so there is no set name. This declaration is no good for me
    Dim objReader As New System.IO.Strea mReader(FILE_NA ME)

    as FILE_NAME is declared as

    Dim FILE_NAME As String = "C:\Queue\" + "*.log"

    Needed this way to work

    thanks in advance
Working...