Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
DateTime date = DateTime.Today;
string.Format(@"\\{0:YYYY}\{0:YYYY-MM}\{0:YYYY-MM-dd}\DEFAULT.txt", date);
DateTime date = DateTime.Today;
string.Format("\\\\{0:YYYY}\\{0:YYYY-MM}\\{0:YYYY-MM-dd}\\DEFAULT.txt", date);