FileListBox.Path Property
Assembly: Microsoft.VisualBasic.Compatibility (in microsoft.visualbasic.compatibility.dll)
The value of the Path property is a string indicating a path, such as C:\Ob or C:\Windows\System. For a FileListBox control, the default is the current path when the control is created at run time.
Use this property when you are building an application's file-browsing and manipulation capabilities. Setting the Path property has effects similar to the MS-DOS chdir command; relative paths are allowed with or without a drive specification. Specifying only a drive with a colon (:) selects the current directory on that drive.
The Path property can also be set to a qualified network path without a drive connection using the following syntax:
\\servername\sharename\path
Changing the value of Path for a FileListBox control generates an PathChange event.
Windows 98, Windows Server 2000 SP4, Windows CE, Windows Millennium Edition, Windows Mobile for Pocket PC, Windows Mobile for Smartphone, Windows Server 2003, Windows XP Media Center Edition, Windows XP Professional x64 Edition, Windows XP SP2, Windows XP Starter Edition
The Microsoft .NET Framework 3.0 is supported on Windows Vista, Microsoft Windows XP SP2, and Windows Server 2003 SP1.Reference
FileListBox ClassFileListBox Members
Microsoft.VisualBasic.Compatibility.VB6 Namespace
Other Resources
How to: Add Visual Basic 6.0 File System Controls to Your ApplicationFileListBox Control for Visual Basic 6.0 Users
Upgrading Applications Created in Previous Versions of Visual Basic
SaveFileDialog Component Overview (Windows Forms)
OpenFileDialog Component Overview (Windows Forms)