Article ID: 210158 - Last Review: October 11, 2006 - Revision: 3.2 ACC2000: How to Find the Windows and System PathsThis article was previously published under Q210158 Advanced: Requires expert coding, interoperability, and multiuser skills.
SUMMARY
This article describes how to create a Visual Basic for Applications module that uses the 32-bit versions of the GetWindowsDirectory() and GetSystemDirectory() Windows API functions to return the Windows and Windows System directory (folder) paths. Microsoft provides programming examples for illustration only, without warranty either expressed or implied. This includes, but is not limited to, the implied warranties of merchantability or fitness for a particular purpose. This article assumes that you are familiar with the programming language that is being demonstrated and with the tools that are used to create and to debug procedures. Microsoft support engineers can help explain the functionality of a particular procedure, but they will not modify these examples to provide added functionality or construct procedures to meet your specific requirements. MORE INFORMATION
The following example demonstrates how to use the 32-bit versions of the
GetWindowsDirectory() and GetSystemDirectory() Windows API functions: NOTE: You may have some Microsoft Windows API functions defined in an existing Microsoft Access library; therefore, your declarations may be duplicates. If you receive a duplicate procedure name error message, remove or comment out the declarations statement in your code.
REFERENCESFor more information about API functions, in the Visual Basic Editor, click Microsoft Visual Basic Help on the Help menu, type Application Programming Interface in the Office Assistant or the Answer Wizard, and then click Search to view the topic.
| Article Translations
|
Back to the top
