]>
git.saurik.com Git - apple/icu.git/blob - icuSources/tools/toolutil/filetools.h
1 // © 2016 and later: Unicode, Inc. and others.
2 // License & terms of use: http://www.unicode.org/copyright.html
4 *******************************************************************************
6 * Copyright (C) 2009, International Business Machines
7 * Corporation and others. All Rights Reserved.
9 *******************************************************************************
10 * file name: filetools.h
12 * tab size: 8 (not used)
15 * created on: 2009jan09
16 * created by: Michael Ow
18 * Contains various functions to handle files.
19 * Not suitable for production use. Not supported.
20 * Not conformant. Not efficient.
23 #ifndef __FILETOOLS_H__
24 #define __FILETOOLS_H__
26 #include "unicode/utypes.h"
28 U_CAPI UBool U_EXPORT2
29 isFileModTimeLater(const char *filePath
, const char *checkAgainst
, UBool isDir
=FALSE
);
32 swapFileSepChar(char *filePath
, const char oldFileSepChar
, const char newFileSepChar
);