Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
File Scripting object
Message
General information
Forum:
Visual FoxPro
Category:
ActiveX controls in VFP
Miscellaneous
Thread ID:
00453480
Message ID:
00453540
Views:
39
>Yes, it depends on the one_letter name:
>Im just run the code below to see that restricted letters are:Aa,Bb,Cc,Dd,ee,Ff,Gg,Hh,Ii,Jj,Mm.
>
>***************
>ON ERROR ?chr(ia)
>fso = CreateObject("Scripting.FileSystemObject")
>FOR IA=65 to 90
> lccom=chr(ia)+[=fso.GetFolder("c:\temp\")]
> &lccom
> lccom="fc="+chr(ia)+".Files"
> &lccom
>ENDFOR
>FOR IA=97 to 122
> lccom=chr(ia)+[=fso.GetFolder("c:\temp\")]
> &lccom
> lccom="fc="+chr(ia)+".Files"
> &lccom
>ENDFOR
>

I hope that you copied Garrett on this.
George

Ubi caritas et amor, deus ibi est
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform