C# Class Microsoft.Protocols.TestTools.StackSdk.FileAccessService.Smb2.FileRenameInformation

This information class is used to rename a file.The FILE_RENAME_INFORMATION data element is as follows.
Mostra file Open project: Microsoft/WindowsProtocolTestSuites Class Usage Examples

Public Properties

Property Type Description
ReplaceIfExists byte

Property Details

ReplaceIfExists public_oe property

MUST be an 8-bit field that is set to 1 to indicate that if a file with the given name already exists, it SHOULD be replaced with the given file. If set to 0, the rename operation MUST fail if a file with the given name already exists.
public byte ReplaceIfExists
return byte