String getPhysicalFilePath( String filePath, [ String baseFolderPath = '' ] ) { return path.join( baseFolderPath, filePath ); }