-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathFileUtils_8h_source.html
149 lines (147 loc) · 17.9 KB
/
FileUtils_8h_source.html
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
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
<!-- HTML header for doxygen 1.8.7-->
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/xhtml;charset=UTF-8"/>
<meta http-equiv="X-UA-Compatible" content="IE=9"/>
<meta name="generator" content="Doxygen 1.8.6"/>
<title>Elite: ExIconv/include/FileUtils.h Source File</title>
<link href="tabs.css" rel="stylesheet" type="text/css"/>
<script type="text/javascript" src="jquery.js"></script>
<script type="text/javascript" src="dynsections.js"></script>
<link href="navtree.css" rel="stylesheet" type="text/css"/>
<script type="text/javascript" src="resize.js"></script>
<script type="text/javascript" src="navtree.js"></script>
<script type="text/javascript">
$(document).ready(initResizable);
$(window).load(resizeHeight);
</script>
<link href="search/search.css" rel="stylesheet" type="text/css"/>
<script type="text/javascript" src="search/search.js"></script>
<script type="text/javascript">
$(document).ready(function() { searchBox.OnSelectItem(0); });
</script>
<link href="doxygen.css" rel="stylesheet" type="text/css" />
<link href="doxygenextra.css" rel="stylesheet" type="text/css"/>
</head>
<body>
<div id="top"><!-- do not remove this div, it is closed by doxygen! -->
<div id="topbanner"><a href="https://github.com/elite-lang/Elite" title="Elite GitHub Repository"><i class="githublogo"></i></a></div>
<div id="MSearchBox" class="MSearchBoxInactive">
<span class="left">
<img id="MSearchSelect" src="search/mag_sel.png"
onmouseover="return searchBox.OnSearchSelectShow()"
onmouseout="return searchBox.OnSearchSelectHide()"
alt=""/>
<input type="text" id="MSearchField" value="Search" accesskey="S"
onfocus="searchBox.OnSearchFieldFocus(true)"
onblur="searchBox.OnSearchFieldFocus(false)"
onkeyup="searchBox.OnSearchFieldChange(event)"/>
</span><span class="right">
<a id="MSearchClose" href="javascript:searchBox.CloseResultsWindow()"><img id="MSearchCloseImg" border="0" src="search/close.png" alt=""/></a>
</span>
</div>
<!-- end header part -->
<!-- Generated by Doxygen 1.8.6 -->
<script type="text/javascript">
var searchBox = new SearchBox("searchBox", "search",false,'Search');
</script>
</div><!-- top -->
<div id="side-nav" class="ui-resizable side-nav-resizable">
<div id="nav-tree">
<div id="nav-tree-contents">
<div id="nav-sync" class="sync"></div>
</div>
</div>
<div id="splitbar" style="-moz-user-select:none;"
class="ui-resizable-handle">
</div>
</div>
<script type="text/javascript">
$(document).ready(function(){initNavTree('FileUtils_8h_source.html','');});
</script>
<div id="doc-content">
<!-- window showing the filter options -->
<div id="MSearchSelectWindow"
onmouseover="return searchBox.OnSearchSelectShow()"
onmouseout="return searchBox.OnSearchSelectHide()"
onkeydown="return searchBox.OnSearchSelectKey(event)">
<a class="SelectItem" href="javascript:void(0)" onclick="searchBox.OnSelectItem(0)"><span class="SelectionMark"> </span>All</a><a class="SelectItem" href="javascript:void(0)" onclick="searchBox.OnSelectItem(1)"><span class="SelectionMark"> </span>Classes</a><a class="SelectItem" href="javascript:void(0)" onclick="searchBox.OnSelectItem(2)"><span class="SelectionMark"> </span>Namespaces</a><a class="SelectItem" href="javascript:void(0)" onclick="searchBox.OnSelectItem(3)"><span class="SelectionMark"> </span>Files</a><a class="SelectItem" href="javascript:void(0)" onclick="searchBox.OnSelectItem(4)"><span class="SelectionMark"> </span>Functions</a><a class="SelectItem" href="javascript:void(0)" onclick="searchBox.OnSelectItem(5)"><span class="SelectionMark"> </span>Variables</a><a class="SelectItem" href="javascript:void(0)" onclick="searchBox.OnSelectItem(6)"><span class="SelectionMark"> </span>Typedefs</a><a class="SelectItem" href="javascript:void(0)" onclick="searchBox.OnSelectItem(7)"><span class="SelectionMark"> </span>Enumerations</a><a class="SelectItem" href="javascript:void(0)" onclick="searchBox.OnSelectItem(8)"><span class="SelectionMark"> </span>Enumerator</a><a class="SelectItem" href="javascript:void(0)" onclick="searchBox.OnSelectItem(9)"><span class="SelectionMark"> </span>Friends</a><a class="SelectItem" href="javascript:void(0)" onclick="searchBox.OnSelectItem(10)"><span class="SelectionMark"> </span>Macros</a></div>
<!-- iframe showing the search results (closed by default) -->
<div id="MSearchResultsWindow">
<iframe src="javascript:void(0)" frameborder="0"
name="MSearchResults" id="MSearchResults">
</iframe>
</div>
<div class="header">
<div class="headertitle">
<div class="title">FileUtils.h</div> </div>
</div><!--header-->
<div class="contents">
<a href="FileUtils_8h.html">Go to the documentation of this file.</a><div class="fragment"><div class="line"><a name="l00001"></a><span class="lineno"> 1</span> <span class="comment">/* </span></div>
<div class="line"><a name="l00002"></a><span class="lineno"> 2</span> <span class="comment">* @Author: sxf</span></div>
<div class="line"><a name="l00003"></a><span class="lineno"> 3</span> <span class="comment">* @Date: 2015-12-11 18:42:32</span></div>
<div class="line"><a name="l00004"></a><span class="lineno"> 4</span> <span class="comment">* @Last Modified by: sxf</span></div>
<div class="line"><a name="l00005"></a><span class="lineno"> 5</span> <span class="comment">* @Last Modified time: 2015-12-25 14:34:02</span></div>
<div class="line"><a name="l00006"></a><span class="lineno"> 6</span> <span class="comment">*/</span></div>
<div class="line"><a name="l00007"></a><span class="lineno"> 7</span> </div>
<div class="line"><a name="l00008"></a><span class="lineno"> 8</span> </div>
<div class="line"><a name="l00009"></a><span class="lineno"> 9</span> <span class="preprocessor">#ifndef FILE_UTILS_H</span></div>
<div class="line"><a name="l00010"></a><span class="lineno"> 10</span> <span class="preprocessor"></span><span class="preprocessor">#define FILE_UTILS_H</span></div>
<div class="line"><a name="l00011"></a><span class="lineno"> 11</span> <span class="preprocessor"></span></div>
<div class="line"><a name="l00012"></a><span class="lineno"> 12</span> <span class="preprocessor">#include <string></span></div>
<div class="line"><a name="l00013"></a><span class="lineno"> 13</span> </div>
<div class="line"><a name="l00017"></a><span class="lineno"><a class="line" href="classIFileTraversal.html"> 17</a></span> <span class="keyword">class </span><a class="code" href="classIFileTraversal.html">IFileTraversal</a> {</div>
<div class="line"><a name="l00018"></a><span class="lineno"> 18</span> <span class="keyword">public</span>:</div>
<div class="line"><a name="l00019"></a><span class="lineno"> 19</span>  <span class="keyword">virtual</span> <span class="keywordtype">void</span> <a class="code" href="classIFileTraversal.html#ae681ed45a6b8e734f82762a9893a6dad">Work</a>(<span class="keyword">const</span> std::string& now_path, </div>
<div class="line"><a name="l00020"></a><span class="lineno"> 20</span>  <span class="keyword">const</span> std::string& filename, </div>
<div class="line"><a name="l00021"></a><span class="lineno"> 21</span>  <span class="keyword">const</span> std::string& suffix) = 0;</div>
<div class="line"><a name="l00022"></a><span class="lineno"> 22</span> };</div>
<div class="line"><a name="l00023"></a><span class="lineno"> 23</span> </div>
<div class="line"><a name="l00027"></a><span class="lineno"><a class="line" href="classFileUtils.html"> 27</a></span> <span class="keyword">class </span><a class="code" href="classFileUtils.html">FileUtils</a></div>
<div class="line"><a name="l00028"></a><span class="lineno"> 28</span> {</div>
<div class="line"><a name="l00029"></a><span class="lineno"> 29</span> <span class="keyword">public</span>:</div>
<div class="line"><a name="l00030"></a><span class="lineno"> 30</span>  <span class="keyword">static</span> <span class="keywordtype">int</span> <a class="code" href="classFileUtils.html#acc6f08f12157030fd37d55b7b967831d">create_directory</a>(<span class="keyword">const</span> std::string& path, <span class="keywordtype">bool</span> IgnoreExisting=<span class="keyword">true</span>);</div>
<div class="line"><a name="l00031"></a><span class="lineno"> 31</span>  <span class="keyword">static</span> <span class="keywordtype">bool</span> <a class="code" href="classFileUtils.html#a08c4491b555ec82ce6fbded7fd1ed7f2">isNeedUpdate</a>(<span class="keyword">const</span> std::string& cfg_path, <span class="keyword">const</span> std::string& save_path);</div>
<div class="line"><a name="l00032"></a><span class="lineno"> 32</span>  <span class="keyword">static</span> <span class="keywordtype">bool</span> <a class="code" href="classFileUtils.html#ac70d1c9b6614c5bdfcc582fabda5310a">test_dir</a>(<span class="keyword">const</span> std::string& path);</div>
<div class="line"><a name="l00033"></a><span class="lineno"> 33</span>  <span class="keyword">static</span> <span class="keywordtype">bool</span> <a class="code" href="classFileUtils.html#aa319d719218ac5f7b73ae65871955cc6">test_file</a>(<span class="keyword">const</span> std::string& path);</div>
<div class="line"><a name="l00034"></a><span class="lineno"> 34</span>  <span class="keyword">static</span> std::string <a class="code" href="classFileUtils.html#a18e48372a276804934b8c89e759faab6">get_current_path</a>();</div>
<div class="line"><a name="l00035"></a><span class="lineno"> 35</span>  <span class="keyword">static</span> std::string <a class="code" href="classFileUtils.html#a3fb9e40b884eecaab12110b7b76572ee">fileReader</a>(<span class="keyword">const</span> <span class="keywordtype">char</span>* path);</div>
<div class="line"><a name="l00036"></a><span class="lineno"> 36</span> </div>
<div class="line"><a name="l00037"></a><span class="lineno"><a class="line" href="classFileUtils.html#ae9f511a0b424f6c9f90a3dffc8530310"> 37</a></span>  <span class="keyword">enum</span> <a class="code" href="classFileUtils.html#ae9f511a0b424f6c9f90a3dffc8530310">traversal_type</a> {</div>
<div class="line"><a name="l00038"></a><span class="lineno"><a class="line" href="classFileUtils.html#ae9f511a0b424f6c9f90a3dffc8530310aa67eeb8902eb345c10ad66c8b56ed29e"> 38</a></span>  <a class="code" href="classFileUtils.html#ae9f511a0b424f6c9f90a3dffc8530310a925f8cdc074b2c36e9100b36e559d15e">all</a>, <a class="code" href="classFileUtils.html#ae9f511a0b424f6c9f90a3dffc8530310aa67eeb8902eb345c10ad66c8b56ed29e">only_file</a>, <a class="code" href="classFileUtils.html#ae9f511a0b424f6c9f90a3dffc8530310a1e9447e7002c088b8a6ce5818a267468">only_dir</a></div>
<div class="line"><a name="l00039"></a><span class="lineno"> 39</span>  };</div>
<div class="line"><a name="l00040"></a><span class="lineno"> 40</span> </div>
<div class="line"><a name="l00041"></a><span class="lineno"> 41</span>  <span class="keyword">static</span> <span class="keywordtype">int</span> <a class="code" href="classFileUtils.html#a8061b0caabf0a2210410ea6232453fe4">dir_traversal</a>(<span class="keyword">const</span> std::string& path, <a class="code" href="classIFileTraversal.html">IFileTraversal</a>& ifile, <a class="code" href="classFileUtils.html#ae9f511a0b424f6c9f90a3dffc8530310">traversal_type</a> t);</div>
<div class="line"><a name="l00042"></a><span class="lineno"> 42</span>  <span class="keyword">static</span> <span class="keywordtype">int</span> <a class="code" href="classFileUtils.html#ad7a81c6206a6acd4a9a834a588699988">dir_recursive_traversal</a>(<span class="keyword">const</span> std::string& path, <a class="code" href="classIFileTraversal.html">IFileTraversal</a>& ifile, <a class="code" href="classFileUtils.html#ae9f511a0b424f6c9f90a3dffc8530310">traversal_type</a> t);</div>
<div class="line"><a name="l00043"></a><span class="lineno"> 43</span> };</div>
<div class="line"><a name="l00044"></a><span class="lineno"> 44</span> </div>
<div class="line"><a name="l00045"></a><span class="lineno"> 45</span> </div>
<div class="line"><a name="l00046"></a><span class="lineno"> 46</span> </div>
<div class="line"><a name="l00047"></a><span class="lineno"> 47</span> <span class="preprocessor">#endif // FILE_UTILS_H</span></div>
<div class="ttc" id="classFileUtils_html_ae9f511a0b424f6c9f90a3dffc8530310aa67eeb8902eb345c10ad66c8b56ed29e"><div class="ttname"><a href="classFileUtils.html#ae9f511a0b424f6c9f90a3dffc8530310aa67eeb8902eb345c10ad66c8b56ed29e">FileUtils::only_file</a></div><div class="ttdef"><b>Definition:</b> FileUtils.h:38</div></div>
<div class="ttc" id="classFileUtils_html_ae9f511a0b424f6c9f90a3dffc8530310"><div class="ttname"><a href="classFileUtils.html#ae9f511a0b424f6c9f90a3dffc8530310">FileUtils::traversal_type</a></div><div class="ttdeci">traversal_type</div><div class="ttdef"><b>Definition:</b> FileUtils.h:37</div></div>
<div class="ttc" id="classFileUtils_html_ac70d1c9b6614c5bdfcc582fabda5310a"><div class="ttname"><a href="classFileUtils.html#ac70d1c9b6614c5bdfcc582fabda5310a">FileUtils::test_dir</a></div><div class="ttdeci">static bool test_dir(const std::string &path)</div><div class="ttdef"><b>Definition:</b> FileUtils.cpp:47</div></div>
<div class="ttc" id="classFileUtils_html_a08c4491b555ec82ce6fbded7fd1ed7f2"><div class="ttname"><a href="classFileUtils.html#a08c4491b555ec82ce6fbded7fd1ed7f2">FileUtils::isNeedUpdate</a></div><div class="ttdeci">static bool isNeedUpdate(const std::string &cfg_path, const std::string &save_path)</div><div class="ttdef"><b>Definition:</b> FileUtils.cpp:24</div></div>
<div class="ttc" id="classFileUtils_html_ae9f511a0b424f6c9f90a3dffc8530310a925f8cdc074b2c36e9100b36e559d15e"><div class="ttname"><a href="classFileUtils.html#ae9f511a0b424f6c9f90a3dffc8530310a925f8cdc074b2c36e9100b36e559d15e">FileUtils::all</a></div><div class="ttdef"><b>Definition:</b> FileUtils.h:38</div></div>
<div class="ttc" id="classFileUtils_html_a18e48372a276804934b8c89e759faab6"><div class="ttname"><a href="classFileUtils.html#a18e48372a276804934b8c89e759faab6">FileUtils::get_current_path</a></div><div class="ttdeci">static std::string get_current_path()</div><div class="ttdef"><b>Definition:</b> FileUtils.cpp:59</div></div>
<div class="ttc" id="classFileUtils_html_a3fb9e40b884eecaab12110b7b76572ee"><div class="ttname"><a href="classFileUtils.html#a3fb9e40b884eecaab12110b7b76572ee">FileUtils::fileReader</a></div><div class="ttdeci">static std::string fileReader(const char *path)</div><div class="ttdef"><b>Definition:</b> FileUtils.cpp:112</div></div>
<div class="ttc" id="classIFileTraversal_html_ae681ed45a6b8e734f82762a9893a6dad"><div class="ttname"><a href="classIFileTraversal.html#ae681ed45a6b8e734f82762a9893a6dad">IFileTraversal::Work</a></div><div class="ttdeci">virtual void Work(const std::string &now_path, const std::string &filename, const std::string &suffix)=0</div></div>
<div class="ttc" id="classFileUtils_html"><div class="ttname"><a href="classFileUtils.html">FileUtils</a></div><div class="ttdoc">跨平台的文件系统接口 </div><div class="ttdef"><b>Definition:</b> FileUtils.h:27</div></div>
<div class="ttc" id="classFileUtils_html_aa319d719218ac5f7b73ae65871955cc6"><div class="ttname"><a href="classFileUtils.html#aa319d719218ac5f7b73ae65871955cc6">FileUtils::test_file</a></div><div class="ttdeci">static bool test_file(const std::string &path)</div><div class="ttdef"><b>Definition:</b> FileUtils.cpp:53</div></div>
<div class="ttc" id="classFileUtils_html_acc6f08f12157030fd37d55b7b967831d"><div class="ttname"><a href="classFileUtils.html#acc6f08f12157030fd37d55b7b967831d">FileUtils::create_directory</a></div><div class="ttdeci">static int create_directory(const std::string &path, bool IgnoreExisting=true)</div><div class="ttdef"><b>Definition:</b> FileUtils.cpp:19</div></div>
<div class="ttc" id="classFileUtils_html_ae9f511a0b424f6c9f90a3dffc8530310a1e9447e7002c088b8a6ce5818a267468"><div class="ttname"><a href="classFileUtils.html#ae9f511a0b424f6c9f90a3dffc8530310a1e9447e7002c088b8a6ce5818a267468">FileUtils::only_dir</a></div><div class="ttdef"><b>Definition:</b> FileUtils.h:38</div></div>
<div class="ttc" id="classIFileTraversal_html"><div class="ttname"><a href="classIFileTraversal.html">IFileTraversal</a></div><div class="ttdoc">文件遍历的接口 </div><div class="ttdef"><b>Definition:</b> FileUtils.h:17</div></div>
<div class="ttc" id="classFileUtils_html_a8061b0caabf0a2210410ea6232453fe4"><div class="ttname"><a href="classFileUtils.html#a8061b0caabf0a2210410ea6232453fe4">FileUtils::dir_traversal</a></div><div class="ttdeci">static int dir_traversal(const std::string &path, IFileTraversal &ifile, traversal_type t)</div><div class="ttdef"><b>Definition:</b> FileUtils.cpp:66</div></div>
<div class="ttc" id="classFileUtils_html_ad7a81c6206a6acd4a9a834a588699988"><div class="ttname"><a href="classFileUtils.html#ad7a81c6206a6acd4a9a834a588699988">FileUtils::dir_recursive_traversal</a></div><div class="ttdeci">static int dir_recursive_traversal(const std::string &path, IFileTraversal &ifile, traversal_type t)</div><div class="ttdef"><b>Definition:</b> FileUtils.cpp:89</div></div>
</div><!-- fragment --></div><!-- contents -->
</div><!-- doc-content -->
<!-- HTML footer for doxygen 1.8.7-->
<!-- start footer part -->
<div id="nav-path" class="navpath"><!-- id is needed for treeview function! -->
<ul>
<li class="navelem"><a class="el" href="dir_f7c2b497a3654bfb38d9cc087b733625.html">ExIconv</a></li><li class="navelem"><a class="el" href="dir_f85daa5113247edfbfe0f283ed83ed3d.html">include</a></li><li class="navelem"><a class="el" href="FileUtils_8h.html">FileUtils.h</a></li>
</ul>
</div>
</body>
</html>