Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Accessing Hidden Folders
Message
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Miscellaneous
Thread ID:
00663618
Message ID:
00663700
Views:
17
Thats places the names of all into an array, but I still can't CD into
a hidden folder.

For example, I have:

DIMENSION aFolders[1]
nTotal = ADIR("aFolders", "*.*", "DHS")


nTotal now has 18, only 4 of which are NOT hidden. So If I try

CD (aFolders[15,1])

I get the 'Invalid path or file name' error. Element 15 has the
name "RECENT" in it, which is a hidden folder.

I want to be able to go into the Recent folder and clean up files.
Everything makes sense in someone's mind
public class SystemCrasher :ICrashable
In addition, an integer field is not for irrational people
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform