How would I type up a code that searches through a text file from a given directory. I want the search word to be "password123" and if it contains that, then it will proceed onto the next step, if not it will give an error message.
|
|
|
|
|
|
|
Try this function; ETA Okay, I'm an idiot and I typed in code without trying it out first. This works. I've also got a simple Xcode project which works with this which you can download to try for yourself if I've typed anything wrong in here.
|
||||||||||
|
|
|
If you want to stick to Cocoa, then If you don't bother using plain unix api, you can use:
and check whether |
||||||||||
|
|
|
To read a text file:
Taken from the Apple docs found here. You could use
to search for your string. |
||||||||
|
