How to Get File Properties (NOT Document Properties)

S

Sonny Maou

I'm needing to get the properties (like "Read Only") of a file in the
template folder. How can I go about doing that? I've searched Google and
the MVP site, but have nothing to show for it. :/
 
J

Jonathan West

Hi Sonny

You need the GetAttr function. Look it up in the VBA Help. (short for "get
attributes")
 
Top