Difference between revisions of "Category:fileutil"

From Free Pascal wiki
Jump to navigationJump to search
(Added template)
 
(One intermediate revision by one other user not shown)
Line 1: Line 1:
 +
{{fileutil(ctg)}}
 +
 
'''fileutil''' is a Lazarus unit that:
 
'''fileutil''' is a Lazarus unit that:
 
* provides file/directory handling functionality both for the Lazarus IDE itself as for normal developers
 
* provides file/directory handling functionality both for the Lazarus IDE itself as for normal developers
 
* provides UTF8/Unicode alternatives to the FPC RTL functions with the same name (these functions are currently being moved to LazFileUtils unit, and "inlined" in FileUtil).
 
* provides UTF8/Unicode alternatives to the FPC RTL functions with the same name (these functions are currently being moved to LazFileUtils unit, and "inlined" in FileUtil).
 
When a stable FPC is released that has full Unicode support, the latter functionality can presumably be stubbed out.
 
When a stable FPC is released that has full Unicode support, the latter functionality can presumably be stubbed out.

Latest revision as of 20:42, 24 May 2020

English (en) español (es) suomi (fi) français (fr) русский (ru)

fileutil is a Lazarus unit that:

  • provides file/directory handling functionality both for the Lazarus IDE itself as for normal developers
  • provides UTF8/Unicode alternatives to the FPC RTL functions with the same name (these functions are currently being moved to LazFileUtils unit, and "inlined" in FileUtil).

When a stable FPC is released that has full Unicode support, the latter functionality can presumably be stubbed out.

Pages in category "fileutil"

The following 3 pages are in this category, out of 3 total.