public System.bool ExistFolder( System.string folderName )
Parameters
- folderName
- The full path to the folder to check for.
Return Value
True if the folder is found, or False if it is not.
public System.bool ExistFolder( System.string folderName )
Label1.Text = api.ReportManagement.ExistFolder("Sales Reports\\2021\\Q1").ToString();