XRootD
Loading...
Searching...
No Matches
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 146 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 148 of file XrdClFileSystem.hh.

149 {
150 None = 0,
151 MakePath = 1
152 };
@ 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: