XRootD
XrdCl::MkDirFlags Struct Reference

MkDir flags. More...

#include <XrdClFileSystem.hh>

+ Collaboration diagram for XrdCl::MkDirFlags:

Public Types

enum  Flags {
  None = 0 ,
  MakePath = 1
}
 

Detailed Description

MkDir flags.

Definition at line 140 of file XrdClFileSystem.hh.

Member Enumeration Documentation

◆ Flags

Enumerator
None 

Nothing special.

MakePath 

create the entire directory tree if it doesn't exist

Definition at line 142 of file XrdClFileSystem.hh.

143  {
144  None = 0,
145  MakePath = 1
146  };
@ None
Nothing special.
@ MakePath
create the entire directory tree if it doesn't exist

The documentation for this struct was generated from the following file: