I\'m playing with the Dropbox\'s Delta API, when I call delta method I get a list of path\'s that changed since last call.
/photos /public /photos/sample a
@casperOne solution is fine but it works with the list in the question only if you use
char[] charSeparators = new char[] {'/'};
rather then
char[] charSeparators = new char[] {'\\'};