Microsoft
Software
Hardware
Network
Question : ChDir that chooses a directory in the same parent directory as the current one
How do I write a ChDir code that says in effect: One directory above the current directory, you will find a directory named "NEW CODES". Choose that directory.
I used to know this but I can't remember.
Thanks,
John
Answer : ChDir that chooses a directory in the same parent directory as the current one
To get to NEW CODES try
ChDir "..\NEW CODES\"
Random Solutions
How to close vfp report preview window programatically
Report Document export not working...
Example of having a input in excel, access calculates and provides answer
Unable to see embedded file in Word document
Create File from count
hide FormView "delete" and "edit" button links programmatically
system interrupt controller missing driver
Trouble running wmi query from .NET
How to identify at runtime if the sw is in debug or release mode (VB.NET)
Creating a directory path string based on choices in a form