Method GetAppSubFolder
GetAppSubFolder(string, bool)
Gets sub-folder path in the application folder.
public static string GetAppSubFolder(string subFolder, bool create = false)
Parameters
subFolder
stringName of the sub folder.
create
boolSpecifies whether to create sub-folder if it doesn't exist.
Returns
Remarks
Application folder is combined with the subFolder
using Combine(string, string)
and converted to the full path using GetFullPath(string).
If result path doesn't exist, an application folder is returned.