Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
The relative path to the file.
This property is read-only.
Syntax
HRESULT get_RelativePath(
BSTR *path
);
Parameters
path
Return value
None
Remarks
The relative path is the path of the file relative to the volume root. For example, if the path to the file is "P:\folder1\subfolderA\test.txt", the relative path would be "\folder1\subfolderA".
The caller should not expect that the relative path returned will consistently have leading or trailing backslashes.
Requirements
| Requirement | Value |
|---|---|
| Minimum supported client | None supported |
| Minimum supported server | Windows Server 2008 R2 |
| Target Platform | Windows |
| Header | fsrmpipeline.h |
| DLL | SrmSvc.dll |