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 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187
| const int You_t(int& c, wchar_t ** v)
{
#if You_t_ == 1
B.Ok_T(L"const int You_t(int& c, wchar_t**) :");
#endif
int i = 0;
size_t pos = 0;
static const basic_string <wchar_t>::size_type npos = -1;
wstring t;
if (v[3][0] == L'\0')
{
wcerr << L" " << L"Érreur !!! (v[3][0] == L'\0')" << endl;
E.afficher_X(-3, L"v[3][0] == L'\0' érreur !!!", L"Érreur !!!");
#if You_t_ == 1
B.Ok_W(L"v[3][0] == L''\\0''");
#endif
return EXIT_FAILURE;
}
if (v[2][0] == L'c')
{
if (v[3][0] != L'\0')
{
path c_(v[3]);
#if You_t_ == 1
//wcout << L" " << L'{' << c.parent_path() << L'\\' << c.filename() << L'}' << endl;
B.Ok_W(L'{' + (wstring)c_.parent_path() + L'\\' + (wstring)c_.filename() + L'}');
#endif
Cinema C;
i = C.Ok_C(P.C_Espace1, P.C_H, P.C_Espace2, P.C_Espace3, P.C_MIN, P.C_T, P.C_t, P.C_W, P.C_w);
i = C.afficher_dossier(c_.filename());
#if You_t_ == 1
//wcout << L"-- -- -- -- -- -- -- ------------------------" << endl;
B.Ok_T(L"-- -- -- -- -- -- -- ------------------------");
#endif
//for (directory_iterator next(path(P_C.cs + v[3])), end; next != end; ++next)
for (directory_iterator next(path(cinema.cs + v[3])), end; next != end; ++next)
{
//wcout << L"qqqqq" << next->path() << endl;
t = next->path();
if (is_regular_file(t))
{
pos = t.find(L".txt");
if (pos != wstring::npos)
{
pos = t.find(L"\\_");
if (pos != npos)
continue;
i = C.afficher_fichier(t, _TXT_);
continue;
}
//pos = t.find(L".jpg");
//if (pos != wstring::npos)
// i = C.afficher_Image(t);
//pos = t.find(L".png");
//if (pos != wstring::npos)
// i = C.afficher_Image(t);
pos = t.find(L".jpg");
if (pos != wstring::npos)
{
i = C.afficher_fichier(t, _JGP_);
}
pos = t.find(L".png");
if (pos != wstring::npos)
{
i = C.afficher_fichier(t, _PNG_);
}
}
}
//wcout << L"aaa" << endl;
i = C.afficher_OK();
}
}
else if (v[2][0] == L's')
{
if (v[3][0] != L'\0')
{
int j = 0;
path s_(v[3]);
wcout << L"v[3]={" << v[3] << L"}" << endl;
wstring temps = v[3];
pos = temps.find_last_of(L"\\");
temps = temps.substr(pos + 1);
#if You_t_ == 1
B.Ok_T(L'{' + v[3] + L'}');
B.Ok_W(L'{' + P_S.cs + L"} {" + temps + L'}');
#endif
wcout << L"ffff" << endl;
P_cs = P_S;
//j = compare_path(/*P_cs,*/ s_, temps);
if (j == 0)
;
else
{
wcerr << L"[s] érreur !!!" << endl;
E.afficher_X(-3, L"s érreur !!!", L"s érreur !!!");
return -3;
}
Serie S;
i = S.Ok_S(P.S_Espace, P.S_MIN, P.S_T, P.S_t, P.S_W, P.S_w);
i = S.afficher_dossier(s_.filename());
#if You_t_ == 1
//wcout << L" " << L'{' << s.parent_path() << L'\\' << s.filename() << L'}' << endl;
B.Ok_W(L'{' + (wstring)s_.parent_path() + L'\\' + (wstring)s_.filename() + L'}');
#endif
//for (directory_iterator next(path(serie.cs + v[3])), end; next != end; ++next)
//for (directory_iterator next(path(P_S.cs + v[3])), end; next != end; ++next)
for (directory_iterator next(s_), end; next != end; ++next)
{
//assert(P_S->cs && "L'index ne doit pas être négatif.");
t = next->path();
if (is_regular_file(t))
{
pos = t.find(L".txt");
if (pos != npos)
{
pos = t.find(L"\\_you_.txt");
//pos = t.find(L"\\_");
//pos = t.find(L"\\_");
if (pos != npos)
continue;
i = S.afficher_fichier(t, _TXT_);
}
pos = t.find(L".jpg");
if (pos != wstring::npos)
{
i = S.afficher_fichier(t, _JGP_);
}
pos = t.find(L".png");
if (pos != wstring::npos)
{
i = S.afficher_fichier(t, _PNG_);
}
}
if (is_directory(t))
{
path ss_(t + L'\\');
wstring t2;
t2 = t + L'\\';
i = S.afficher_dossier(t2);
// for (directory_iterator next(path(t + L'\\')), end; next != end; ++next)
for (directory_iterator next(ss_), end;
next != end;
++next)
{
//wcout << next->path() << endl;
t2 = next->path();
if (is_regular_file(t2))
{
pos = t2.find(L".txt");
if (pos != npos)
{
//wcout << L'\t';
if (t2 == t + L"\\_you_.txt")
continue;
i = S.afficher_fichier(j, t2, _TXT_);
}
pos = t2.find(L".jpg");
if (pos != npos)
{
i = S.afficher_fichier(j, t2, _JGP_);
}
pos = t2.find(L".png");
if (pos != wstring::npos)
{
i = S.afficher_fichier(j, t2, _PNG_);
}
}
}
j++;
}
}
i = S.afficher_pas_de_OK();
i = S.afficher_OK();
}
}
else
{
wcout << L"hacnnnn" << endl;
}
#if You_t_ == 1
//wcout << B_T << L"const int You_t() : Ok !" << B_t << endl;
B.Ok_T(L"const int You_t() : Ok !");
#endif
return i;
} |
Partager