Flowdock
method

split_all

Importance_1
v1_9_3_125 - Show latest stable - 0 notes - Class: FileUtils
split_all(path) public

Split a file path into individual directory names.

Example:

split_all("a/b/c") =>  ['a', 'b', 'c']
Show source
Register or log in to add new notes.