Click or drag to resize

ClientGetClientFileMappings Method (FileSpec)

Namespace:  Perforce.P4
Assembly:  p4api.net (in p4api.net.dll) Version: 2023.2.258.5793
Syntax
public IList<FileSpec> GetClientFileMappings(
	params FileSpec[] files
)

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