
-----------------------------------
sockoo
Wed Jun 14, 2006 5:24 pm

Searching 4 Textfile
-----------------------------------
Well the title says it how would i go about Searching 4 a textfile supplied by the user ?[/code]

-----------------------------------
TheOneTrueGod
Wed Jun 14, 2006 5:45 pm


-----------------------------------
The Turing help is really more help than I can be... use their sample program, and it'll show you quite a bit.

Dir.Exists is the heading that it should be under.

-----------------------------------
Clayton
Wed Jun 14, 2006 5:47 pm


-----------------------------------
u not just use File.Exists? so much easier, all it does is return a boolean value, so if the file exists, go for it, otherwise, create it :D

-----------------------------------
Bored
Wed Jun 14, 2006 6:45 pm


-----------------------------------
Well I think he means sarch to computer for the file, of known name but unknown directory. Well to do this you would have to create your own procedure and you would need to know and understand the commands Dir.Open, Dir.Get, Dir.Change, and File.Exists.
