What you're looking for is 'p4 dirs //depot-name/...', which is unfortunately broken in the current version. 'p4 have //depot-name/...' (the equivalent command for files) works, so I imagine there's some simple bug in perforce. You can postprocess the output of 'p4 have //depot-name/...' to get just the directories. --Arnt