Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
FPD25 New version of FLS.EXE
Message
From
13/11/2001 06:18:29
Hilmar Zonneveld
Independent Consultant
Cochabamba, Bolivia
 
General information
Forum:
Visual FoxPro
Category:
FoxPro 2.x
Miscellaneous
Thread ID:
00577869
Message ID:
00580789
Views:
26
OK, I just tested it, and it works fine.

To the suggestions I posted previously, I want to add two more:

1. For the interactive version, use the current directory as default directory.

For instance, instead of:
gcPathNameSkel = PADR("C:\*.*", 80)
You could use:
gcPathNameSkel = PADR(fullpath("") + "*.*", 200)
* 80 characters might not be enough any longer.
* fullpath("") returns current disk + directory. Works for UNC (network) paths, too.
2. Add some comments, including your name, the year, and what the file is supposed to do.


>Hey Hilmar
>
>Here is my FLS.PRG based on your code, hope it comes in handy to you:
>* FLS.PRG
> ...
Difference in opinions hath cost many millions of lives: for instance, whether flesh be bread, or bread be flesh; whether whistling be a vice or a virtue; whether it be better to kiss a post, or throw it into the fire... (from Gulliver's Travels)
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform