Access and LocalApplicationData

M

Marco Olimpi

Hi,
i need to read form access a file (with visual basic for application)
that is located in the special folder LocalApplicationData. How I can
find the path of this folder in VBA?
In C# I use the comand Environment.SpecialFolder.LocalApplicationData
Thanks a lot!

Marco
 
K

Karl E. Peterson

Tony said:
Well, yeah, but you have to admit that one line of code is slightly
simple than importing a bunch of API code and constants.

I was kinda-sorta joshing, but the reality is that "one line of code" is backed up
by a 120Mb+(?) runtime that's constantly being updated and needing to be
redownloaded. Looks simple, but helluva pricetag!
 
T

Tony Toews [MVP]

Karl E. Peterson said:
I was kinda-sorta joshing, but the reality is that "one line of code" is backed up
by a 120Mb+(?) runtime that's constantly being updated and needing to be
redownloaded. Looks simple, but helluva pricetag!

Excellent point. And I keep on reading about weird Interop and
assembly problems. <shudder>

Tony
 
K

Karl E. Peterson

Tony said:
Excellent point. And I keep on reading about weird Interop and
assembly problems. <shudder>

The problem with building things out of Legos is, well, they invariably *look* like
they're built out of Legos! ;-)
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top