B
Bryan Tang
Dear all professional,
I have problem. the 1st statement can return the path of Windows system
folder however the 2nd statement doesn't return the path of "Favorites". Why
this will happen? Any solution?
public string myFavorites =
Environment.GetFolderPath(Environment.SpecialFolder.System);
public string myFavorites =
Environment.GetFolderPath(Environment.SpecialFolder.Favorites);
Bryan
I have problem. the 1st statement can return the path of Windows system
folder however the 2nd statement doesn't return the path of "Favorites". Why
this will happen? Any solution?
public string myFavorites =
Environment.GetFolderPath(Environment.SpecialFolder.System);
public string myFavorites =
Environment.GetFolderPath(Environment.SpecialFolder.Favorites);
Bryan