/foo/bar/, /foo/bar, foo/bar/ foo/bar
|
foo and bar will be considered directory
segments. baseName and fileExtension will be
left as null .
I cases where a file has no extension you must use the
setFileSegment(String)) to manually set the file. This causes the
baseName to be set to the file name specified and the
fileExtension will be set to the empty string ("").
|