Is the MS documentation wrong or does the program really live in App_Data

  • Thread starter Thread starter AAaron123
  • Start date Start date
English is not my native language but it seems to be poorly worded.
Technically speaking :

Resolves to a relative path to a mapping and metadata files. This is the
value that is set through the AppDomain.SetData("DataDirectory", objValue)
method.
(from http://msdn.microsoft.com/en-us/library/cc716756.aspx)


I would have said something such :

- this is a placeholder that will be replaced by the data directory used by
this program to store its data (defaults to App_Data for a web
application)...
 
Back
Top