ShellBrowser Delphi Components Documentation
ContentsIndexHome
PreviousUpNext
JamSelectionList.TJamSelectionList.CreateFile

Creates a new empty file.

Syntax
Pascal
class function CreateFile(pFullPath: String): Boolean;
Parameters 
Description 
pFullPath: String 
The full path of the file, which should be created. 

True, if the file was created successfully, false otherwise.

Supports long paths.