Do I need to control if a diskette exists in the drive TO before carrying out its use, is there some form of making it with a command of visual or an external library?.
Thank you
Yes, in VFP 3.0, DISKSPACE() had no parameters - it only worked on the default drive. If you SET DEFAULT TO "A:\", then depending on the OS and it's configuration you'll get some kind of error if there is nothing in that drive! (Definitely self defeating for what you are trying to do!)
You really need to move away from VFP 3.0 - it's very primitive and flaky compared to 7.0/8.0.
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.