I need a way to get empty directory paths from command-line and to remove (obliterate) them from the depot.
For automation purposes, I've been trying to use p4 dirs directory-path
to get the paths, but this command outputs 'No such file or directory exists'. It seems that it makes no distinction between empty directories and wrong paths. Is there an alternate way?