I need to run some p4 commands using the file specifier using the change list, but I do not want to include the files in subfolders. Usually the syntax is:
//depot/projectA/...@1234
However, this includes all subfolders. How can I pause results only for the current folder?
source
share