-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathSnapShot.h
More file actions
32 lines (25 loc) · 784 Bytes
/
SnapShot.h
File metadata and controls
32 lines (25 loc) · 784 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
#ifndef SNAPSHOT_H
#define SNAPSHOTSUCCESS 100
#define MAXPATHLENGTH 512
//void DisplayDir(vector<pair<string, string>> directory);
//void createManifestOfData(vector<pair<string,string>> directoryInfo,string destinationPath);
#include<iostream>
#include<fstream>
#include<string.h>
#include<string>
#include<vector>
#include <sys/ioctl.h>
#include <fstream>
#include <iomanip>
#include <iostream>
#include <signal.h>
#include <sys/types.h>
#include <fcntl.h>
#include <sys/stat.h>
#include <bits/stdc++.h>
#include <dirent.h>
using namespace std;
void DisplayDir(vector<pair<string, string>> directory);
void createManifestOfData(vector<pair<string,string>> directoryInfo,string destinationPath);
int runSnapShot(const char * param1,const char * param2,char * currDir);
#endif