/**
 * Implements `MakeDirectory(path)` operation.
 * Send this message to make a directory. Parent
 * directory should already exist.
 */
message MakeDirectory {
  string path = 1;
}
