Hi,
you must do the following things:
1. Create some path indicator
2. at the beginning of your vi wire the "Empty array constant" to it.
3. then create its local variables
4. in every file write/read operation wire the path local variable to the input of VI, and also wire "new file path" output from vi to anther local variable of your path indicator.
In this manner at the first step VI will create the prompt window, where you will specify the path. But then this value of new path will be passed to local variable and at the next time this path (not empty) will be passed to VI.
In any case it's easier to look on example.
The file is attached.
Good luck.
Oleg Chutko.