Read only |
About Windows 7 File Locations |
Description |
Returns a the path name to the systems documents folders on the PNA. |
VB Syntax |
value = cap.DirectoryPath (enum) |
Variable |
(Type) - Description |
value |
(String) - Variable to store the returned directory path. |
cap |
A Capabilities (object) |
enum |
Type of file. Choose from: 0 - naDirectoryState - This is the location for the storage of state files. 1 - naDirectoryApplication - This is the location of the PNA firmware executable files. 2 - naDirectorySupport - This is the location of private support files for the PNA firmware. |
Return Type |
String |
Default |
Not Applicable |
Examples |
value = cap.DirectoryPath(naDirectoryState) 'Read |
C++ Syntax |
HRESULT get_DirectoryPath(enum DirectoryPathType directoryPathType,BSTR* path); |
Interface |
ICapabilities10 |
Last Modified:
29-Jul-2013 |
MX New topic |