Unit xquery.internals.lclexcerpt

Description

 

Overview

Classes, Interfaces, Objects and Records

Name Description
Object TFileLister  

Functions and Procedures

function ResolveDots(const AFilename: string): string;
function CopyFile(const SrcFilename, DestFilename: String; Flags: TCopyFileFlags=[cffOverwriteFile]; ExceptionOnError: Boolean=False): Boolean;
function strAddPathSeparator(path: string): string;

Types

TCopyFileFlag = (...);
TCopyFileFlags = set of TCopyFileFlag;

Description

Functions and Procedures

function ResolveDots(const AFilename: string): string;
 
function CopyFile(const SrcFilename, DestFilename: String; Flags: TCopyFileFlags=[cffOverwriteFile]; ExceptionOnError: Boolean=False): Boolean;
 
function strAddPathSeparator(path: string): string;
 

Types

TCopyFileFlag = (...);
 
Values
  • cffOverwriteFile
  • cffCreateDestDirectory
  • cffPreserveTime
TCopyFileFlags = set of TCopyFileFlag;
 

Generated by PasDoc 0.16.0.