Click or drag to resize

BaseFileType Enumeration

Flags to define the base file type.

Namespace:  Perforce.P4
Assembly:  p4api.net (in p4api.net.dll) Version: 2023.2.258.5793
Syntax
[FlagsAttribute]
public enum BaseFileType
Members
  Member nameValueDescription
Unspecified0 An unspecified base file type.
Text1 Client Use: newlines translated. Server Storage: deltas in RCS format.
Binary2 Client Use: raw bytes. Server Storage: compressed binary.
Symlink4 Client Use: symbolic link. Server Storage: deltas in RCS format.
Apple8 Client Use: Mac resource + data. Server Storage: compressed AppleSingle.
Resource16 Client Use: Mac resource fork. Server Storage: compressed binary.
Unicode32 Client Use: newlines translated. Server Storage: deltas in RCS format stored as UTF-8.
UTF1664 Client Use: newlines translated client file UTF-16 Server Storage: deltas in RCS format stored as UTF-8 Files of type utf16 are stored in the depot in UTF-8. These files are in utf16 in the client workspace. The automatic type detection requires a BOM be present at the start of the file. Files without a BOM are assumed to be in client byte order. When utf16 files are written to a client, they are written with a BOM in client byte order.
UTF8128 Client Use: newlines translated. Server Storage: deltas in RCS format stored as UTF-8.
See Also