1

I'm trying to read depot structure without syncing and got stuck on files listing.

Why this returns single-item dict:

p4.run("dirs", '//folder1/Trunk/projects')

but this:

p4.run("files", '//folder1/Trunk/projects')

Error:

[Warning]: '//folder1/Trunk/projects - no such file(s).'

Why is that?

There are other folders in that location and I would like to access some of them.

1 Answer 1

0

Solved.

Correct command: p4.run("files", '//folder1/Trunk/projects/...')

Sign up to request clarification or add additional context in comments.

Comments

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.