ClientGetClientFileMappings Method (FileSpec)
|
Namespace:
Perforce.P4
Assembly:
p4api.net (in p4api.net.dll) Version: 2024.2.269.3570
Syntaxpublic IList<FileSpec> GetClientFileMappings(
params FileSpec[] files
)
Public Function GetClientFileMappings (
ParamArray files As FileSpec()
) As IList(Of FileSpec)
public:
IList<FileSpec^>^ GetClientFileMappings(
... array<FileSpec^>^ files
)
member GetClientFileMappings :
files : FileSpec[] -> IList<FileSpec>
Parameters
- files
- Type: Perforce.P4FileSpec
Return Value
Type:
IListFileSpec
Remarks
p4 help where
where -- Show how file names are mapped by the client view
p4 where [file ...]
Where shows how the specified files are mapped by the client view.
For each argument, three names are produced: the name in the depot,
the name on the client in Perforce syntax, and the name on the client
in local syntax.
If the file parameter is omitted, the mapping for all files in the
current directory and below) is returned.
Note that 'p4 where' does not determine where any real files reside.
It only displays the locations that are mapped by the client view.
See Also