Display the path to the Fiscal Year folder
This function can return (or display on reports) the path of the Fiscal Year data on the disk.
* Return the current Fiscal Year folder path
CompanyDataFolderPath()
* Return the path of a given Fiscal Year for a given Company
CompanyDataFolderPath(CompanyID, FiscalYear)
* Return the path for the Fiscal Year 2017 for the Company 999
CompanyDataFolderPath(999, 2017)