Modify ↓
Attachments (0)
Change History (3)
comment:1 by , 14 years ago
| Resolution: | → Works For Me |
|---|---|
| Status: | new → closed |
comment:2 by , 14 years ago
The example:
If Not FileSetAttrib("C:\*.bmp", "-R+A", 1) Then
MsgBox(4096, "Error", "Problem setting attributes.")
EndIf
also crashes for me, it seems to reach some directories, but will then crash.
comment:3 by , 14 years ago
Why would you bother posting that you also experience a crash yet leave out all the important information? Also, I'm not really too on board with the idea of recursively changing the attributes on bitmap files on my entire C: drive so there's no way in hell any sane person should run your example code.
Note:
See TracTickets
for help on using tickets.

Your report misses all the info that you should have provided.
Even though help file examples for this function are catastrophic they don't error out in that manner for me.