String getDefFolderPath( String filePath ) { return filePath.substring( 0, filePath.lastIndexOf( '/' ) + 1 ); }