This document is archived and information here might be outdated. Recommended version. |
Indicates if the specified file can be updated.
[Visual Basic .NET] Public Function get_CanUpdate ( _ ByVal path As String _ ) As Boolean
[C#] public bool get_CanUpdate ( string path );
[C++]
HRESULT get_CanUpdate(
BSTR path,
Boolean* CanUpdate
);
[C++]
Parameters path [in]
path is a parameter of type BSTR CanUpdate [out, retval]
CanUpdate is a parameter of type bool*
Boolean that indicates if the specfied file has write access or is flagged as read-only.