jaulib v1.1.2-28-g30efb27-dirty
Jau Support Library (C++, Java, ..)
Packages | Classes
Package org.jau.fs

Author: Sven Gothel sgoth.nosp@m.el@j.nosp@m.ausof.nosp@m.t.co.nosp@m.m Copyright (c) 2022 Gothel Software e.K. More...

Packages

package  linux
 Author: Sven Gothel sgoth.nosp@m.el@j.nosp@m.ausof.nosp@m.t.co.nosp@m.m Copyright (c) 2022 Gothel Software e.K.
 

Classes

class  CopyOptions
 Filesystem copy options used to copy() path elements. More...
 
class  DirItem
 Representing a directory item split into dirname() and basename(). More...
 
class  FileStats
 Platform agnostic representation of POSIX ::lstat() and ::stat() for a given pathname. More...
 
class  FileUtil
 Native file types and functionality. More...
 
class  FMode
 Generic file type and POSIX protection mode bits as used in file_stats, touch(), mkdir() etc. More...
 
class  MountFlags
 Generic flag bit values for mount() flags. More...
 
enum  TraverseEvent
 Filesystem traverse event used to call path_visitor for path elements from visit(). More...
 
class  TraverseOptions
 Filesystem traverse options used to visit() path elements. More...
 
class  UnmountFlags
 Generic flag bit class for umount() flags More...
 

Detailed Description

Author: Sven Gothel sgoth.nosp@m.el@j.nosp@m.ausof.nosp@m.t.co.nosp@m.m Copyright (c) 2022 Gothel Software e.K.

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.