|
Public Methods |
HRESULT | Path ([out, retval] BSTR *pVal) |
| The entry's full path.
|
HRESULT | Drive ([out, retval] OLECHAR *pVal) |
| The entry's drive.
|
HRESULT | Directory ([out, retval] BSTR *pVal) |
| The entry's directory.
|
HRESULT | DirectoryPath ([out, retval] BSTR *pVal) |
| The entry's drive + directory.
|
HRESULT | DirectoryParts ([out, retval] LPUNKNOWN *pVal) |
| A collection containing the individual elements of the entry's directory.
|
HRESULT | File ([out, retval] BSTR *pVal) |
| The entry's file + extension.
|
HRESULT | ShortFile ([out, retval] BSTR *pVal) |
| The short form of the entry's file + extension.
|
HRESULT | FileName ([out, retval] BSTR *pVal) |
| The entry's file (no extension).
|
HRESULT | FileExt ([out, retval] BSTR *pVal) |
| The entry's extension.
|
HRESULT | CreationTime ([out, retval] DATE *pVal) |
| The entry's creation time.
|
HRESULT | ModificationTime ([out, retval] DATE *pVal) |
| The entry's modification time.
|
HRESULT | LastAccessTime ([out, retval] DATE *pVal) |
| The entry's last access time.
|
HRESULT | Size ([out, retval] long *pVal) |
| The entry's size.
|
HRESULT | IsReadOnly ([out, retval] BOOL *pVal) |
| Indicates whether the entry is read-only.
|
HRESULT | IsDirectory ([out, retval] BOOL *pVal) |
| Indicates whether the entry is a directory.
|