How to code array of file paths

I ultimately want an app that allows me to select paths to folders and store them in an array. I was using this article to try and make my app but cannot seem to get things write.

http://macscripter.net/viewtopic.php?id=30313

The table view looks like what I want. User keeps adding paths that will be copied for my app. I can’t seem to get communication working. I’m new to ASOC so I’m adapting the sample code for my app. The sample code is a bit old so I do get a few errors in Xcode 5.

Can some show a quick sample table view where I can add and display each path that will get copied upon clicking a start button. (User should be able to remove a path from the table too)

Thanks much!

Tables are complex – you’re unlikely to find “quick samples”.

FWIW, there are several table-based projects in my book.