Returns a string representing the path from the first column up to, but not including, the column at the given index.
Original signature is '- (NSString *)pathToColumn:(NSInteger)column'
Available in Mac OS X v10.0 and later.


- column (NSInteger)
- The index of the column at which the path stops.

The path of the current selection up to, but not including, the specified column. The components of this path are separated with the string returned by pathSeparator.

- Available in Monobjc Bridge: 10.6 (For Mac OS X 10.6 and later), 10.5 (For Mac OS X 10.5 and later)