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,
VARIANT_BOOL* CanUpdate
);
[C++]Parameters
path [in] path is a parameter of type BSTR CanUpdate [out, retval] CanUpdate is a parameter of type VARIANT_BOOL
Product Availability
Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.
Description
Boolean that indicates if the specfied file has write access or is flagged as read-only.