Data commit
This commit is contained in:
parent
7387c8f97b
commit
cb5bb5e222
199093 changed files with 3378972 additions and 0 deletions
8
Task/Delete-a-file/Component-Pascal/delete-a-file.pas
Normal file
8
Task/Delete-a-file/Component-Pascal/delete-a-file.pas
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
VAR
|
||||
l: Files.Locator;
|
||||
BEGIN
|
||||
(* Locator is the directory *)
|
||||
l := Files.dir.This("proof");
|
||||
(* delete 'xx.txt' file, in directory 'proof' *)
|
||||
Files.dir.Delete(l,"xx.txt");
|
||||
END ...
|
||||
Loading…
Add table
Add a link
Reference in a new issue