#include <windows.h>
#include <stdio.h>
#include <shellapi.h>
#include <string.h>
#include <shlwapi.h>
#include "utilsFile.h"
#include "myString.h"
Définitions des macros | |
#define | TS_NO_FILE 1 |
#define | TS_OK 2 |
#define | TS_ERROR_SIZE 3 |
Fonctions | |
DWORD | MyFileSize (char *fileName) |
int | MyTestSize (char *fileName, long size) |
BOOL | MyMkDir (char *dir) |
BOOL | MyDelFile (char *curDir, char *file) |
int | MyDelTree (char *curDir) |
void | MyOpenBrowser (char *url) |
BOOL | GetFullM3UPath (MyString &pathCur, MyString &m3uPath, MyString &fullPath) |
char * | GetPathAndFile (MyString &pathFile) |
DWORD | CheckSumFile (char *fileName) |
DWORD | CheckSumFile (char *fileName, DWORD sizeCheck) |
DWORD | CheckSumFile (char *fileName, BOOL isSizeCompute, DWORD dataBeginPos, DWORD dataEndPos) |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|