bart
ef3320295a
FileUtil: inline FileSize to LazFileUtils.FileSizeUtf8.
...
git-svn-id: trunk@41295 -
2013-05-19 13:15:30 +00:00
bart
bdec439cd2
FileUtil: inline FileSetDateUTF8 to use LazFileUtils.FileSetDateUTF8.
...
git-svn-id: trunk@41290 -
2013-05-19 12:56:41 +00:00
bart
d1e6e77a05
LazFileUtils: inline FileAgeUTF8 to LazFileUtils.FileAgeUTF8
...
git-svn-id: trunk@41288 -
2013-05-19 12:43:01 +00:00
bart
946e76d280
FileUtil: inline DirectoryExistsUTF8 to LazFileutils.DirectoryExistsUTF8.
...
git-svn-id: trunk@41286 -
2013-05-19 12:28:41 +00:00
bart
f813d88848
FileUtil: inline FileExistsUTF8 to use LazFileUtils.FileExistsUTF8.
...
git-svn-id: trunk@41284 -
2013-05-19 12:21:16 +00:00
bart
0a3ee817e7
FileUtil: inline FileGetAttrUTF8 and FileSetAttrUTF8 to their LazFileUtils counterparts.
...
git-svn-id: trunk@41282 -
2013-05-19 12:11:27 +00:00
bart
da816b1721
FileUtil: inline NeedRTLAnsi, SetNeedRTLAnsi, UTF8ToSys ans UTF8ToAnsi to use their LazuUtf8 counterparts.
...
git-svn-id: trunk@41280 -
2013-05-19 11:43:06 +00:00
bart
cba0395125
FileUtil: inline FileOpenUTF8, FileCreateUTF8 and FileCreateUTF8 to their LazFileUtils counterparts.
...
Next step in moving UTF8 file routines to LazFileUtils.
git-svn-id: trunk@41211 -
2013-05-15 17:14:24 +00:00
bart
f77efa70a9
FileUtil: inline FileIsText to LazFileUtils.FileIsText.
...
Next step in moving UTF8 file routines to LazFileUtils.
git-svn-id: trunk@41210 -
2013-05-15 17:03:11 +00:00
bart
a031882b1a
FileUtil: inline ExpandFileNameUTF8 as LazFileUtils.ExpandFileNameUTF8,
...
which has better handling of unicode characters on Windows.
(One step in the moving of UTF8 related filefunctions to LazFileUtils)
git-svn-id: trunk@41038 -
2013-05-05 11:40:45 +00:00
bart
0631e9d7d1
TFileSearcher: Implement OnDirectoryEnter event.
...
git-svn-id: trunk@41032 -
2013-05-04 21:52:55 +00:00
bart
f84bed8662
TFileSearcher: Implement FileAttribute and DirectoryAttribute properties to let user control
...
what files and directories are searched. Fixes issue #0024369 .
git-svn-id: trunk@41031 -
2013-05-04 21:41:00 +00:00
juha
48f88c37ef
Revert "Use AllFilesMask everywhere instead of GetAllFilesMask, mask must be fixed in FPC libs"
...
git-svn-id: trunk@40957 -
2013-04-30 16:35:02 +00:00
bart
d479775c9d
TFileSearcher: allow case-sensitive file searching (defaults to false).
...
git-svn-id: trunk@40902 -
2013-04-27 17:22:51 +00:00
juha
140ce5d69d
LazUtils: move GetAllFilesMask's deprecated note to correct place.
...
git-svn-id: trunk@40850 -
2013-04-19 08:36:40 +00:00
juha
bb419695bb
LazUtils: Add FollowSymLink property to TFileSearcher. Issue #24291 , modified from Mario Bonati's patch
...
git-svn-id: trunk@40848 -
2013-04-19 07:05:25 +00:00
mattias
db550fef45
fileutils: fixed header
...
git-svn-id: trunk@40800 -
2013-04-12 22:35:39 +00:00
juha
460f108b68
LazUtils: Make FileSize function overload. Issue #24155 , patch from ocean
...
git-svn-id: trunk@40664 -
2013-03-29 17:55:34 +00:00
mattias
5bcaa75c06
lazutils: moved SplitCmdLineParms to LazFileUtils
...
git-svn-id: trunk@39741 -
2013-01-03 12:10:48 +00:00
mattias
899bdb7156
lazutils: FileUtil: added SplitCmdLineParams
...
git-svn-id: trunk@39730 -
2013-01-02 12:43:12 +00:00
juha
f0e99e4d12
FileUtil: fix layout (2 function declarations on 1 line). Issue #23314 by Bart Broersma
...
git-svn-id: trunk@39283 -
2012-11-15 20:04:44 +00:00
mattias
36f2c96002
lazutils: added IsHardLinks
...
git-svn-id: trunk@39267 -
2012-11-10 16:32:28 +00:00
mattias
99f009f39d
lazutils: clean up
...
git-svn-id: trunk@38845 -
2012-09-26 10:41:22 +00:00
mattias
fad8217990
lazutils: fileutil: less dependencies
...
git-svn-id: trunk@38844 -
2012-09-26 10:35:16 +00:00
mattias
3e69cb14b1
lazutils: GetAppConfigDirUTF8, GetAppConfigFileUTF8: added parameter to automatically create the directory
...
git-svn-id: trunk@37803 -
2012-06-27 16:25:51 +00:00
juha
68d9311e48
LazUtils: Change CopyFile's behavior to match the earlier version. Issue #22259 , patch from Mario Bonati
...
git-svn-id: trunk@37641 -
2012-06-13 19:37:09 +00:00
juha
5b73c6f898
Remove old ifdefs from "deprecated" declarations. They don't work with recent compilers
...
git-svn-id: trunk@37405 -
2012-05-23 20:28:24 +00:00
juha
4507911224
LazUtils: Improve CopyDirTree, modified from a patch from Takeda Matsuki.
...
git-svn-id: trunk@37109 -
2012-04-30 17:15:13 +00:00
juha
420bad1485
LazUtils: Implement function CopyDirTree. Issue #21875 , modified from patch from Takeda Matsuki
...
git-svn-id: trunk@37072 -
2012-04-29 08:38:36 +00:00
juha
9fcb610a8e
LazUtils: control how CopyFile works using flags. Issue #21854 , modified from a patch from Takeda Matsuki
...
git-svn-id: trunk@37060 -
2012-04-28 13:02:07 +00:00
juha
c53c098c48
LazUtils: Remove useless comments (func declaration is copied to comment) + formatting
...
git-svn-id: trunk@37059 -
2012-04-28 13:01:59 +00:00
juha
d7cb4f1717
LazUtils: Fix FileUtil.CopyFile to work with Unicode in filenames. Issue #21817 , patch from Takeda Matsuki
...
git-svn-id: trunk@37018 -
2012-04-24 21:47:32 +00:00
mattias
1a57c31210
lazutils: revert
...
git-svn-id: trunk@35425 -
2012-02-17 15:40:12 +00:00
mattias
4fdb9ca1a2
lazutils: merged some duplicates
...
git-svn-id: trunk@35424 -
2012-02-17 15:22:24 +00:00
sekelsenmat
121b0d4e52
Renames some utf8strings to strings as a temporary workaround for fpc 2.7 until the Unicode RTL encoding is decided
...
git-svn-id: trunk@33288 -
2011-11-04 10:26:09 +00:00
mattias
dc4d739171
IDE: toggle form: when on include serach unit
...
git-svn-id: trunk@33148 -
2011-10-29 11:15:47 +00:00
sekelsenmat
8b380e202e
Fixes bug #20229 : ExpandFileNameUTF8, ExpandUNCFileNameUTF8 or other UTF8 functions in FileUtil
...
git-svn-id: trunk@33000 -
2011-10-20 20:43:24 +00:00
juha
dc810cd394
LazUtils: Add SearchSubDirs parameter to FindAllDirectories.
...
git-svn-id: trunk@32989 -
2011-10-19 21:20:26 +00:00
sekelsenmat
13daaaa219
Makes LazUtils a base package for the LCL and moves FileUtil, Masks and lazutf8classes to it. Updates the Makefile structure to reflect this.
...
git-svn-id: trunk@32936 -
2011-10-17 09:24:01 +00:00