EHS
FileSystem.h
Go to the documentation of this file.
1#pragma once
2
3#include "ehs/EHS.h"
4#include "ehs/Str.h"
5
6namespace ehs
7{
8 class EHS_LIB_IO FileSystem
9 {
10 public:
11 static void SetWorkingDir(const Str_8& dir);
12
13 static Str_8 GetWorkingDir();
14
15 static void SetOwner(const Str_8& dir, const UInt_32 userId, const UInt_32 groupId);
16 };
17}
Definition: FileSystem.h:9
Definition: Anchor.h:6
unsigned int UInt_32
Definition: Types.h:49