T
TC
I'm confused about how to use the CommonAppData Folder in Visual
Studio.
I need for my deployment project to put some files on the disk. Then,
my application needs to find those files.
I can use the deployment project to put files into
[CommonAppDataFolder]\[Manufacturer]\[ProductName], or any variation
on that. However, I can't figure out how to reference that folder from
within the code.
Conversely, I can use Application.CommonAppDataPath to find files in
[CommonAppDataPath]\[CompanyName]\[ProductName]\[ProductVersion].
However, I can't figure out how to make the deployment project put
files into that folder.
My impression is that the people who designed deployment projects
weren't cooperating with the people who designed the System object
model. Or am I missing something obvious?
-TC
Studio.
I need for my deployment project to put some files on the disk. Then,
my application needs to find those files.
I can use the deployment project to put files into
[CommonAppDataFolder]\[Manufacturer]\[ProductName], or any variation
on that. However, I can't figure out how to reference that folder from
within the code.
Conversely, I can use Application.CommonAppDataPath to find files in
[CommonAppDataPath]\[CompanyName]\[ProductName]\[ProductVersion].
However, I can't figure out how to make the deployment project put
files into that folder.
My impression is that the people who designed deployment projects
weren't cooperating with the people who designed the System object
model. Or am I missing something obvious?
-TC