mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-14 03:19:27 +02:00
* Test statements removed
git-svn-id: trunk@36978 -
This commit is contained in:
parent
4a54a88cca
commit
de469955b3
@ -857,8 +857,8 @@ var
|
||||
ImageFiles : TStringList;
|
||||
D : String;
|
||||
begin
|
||||
HTMLOptions:=[hoEnabled,hoTOCPage,hoFramePage,hoExternalJS];
|
||||
BaseFileName:='mydemo/image.png';
|
||||
// HTMLOptions:=[hoEnabled,hoTOCPage,hoFramePage,hoExternalJS];
|
||||
// BaseFileName:='mydemo/image.png';
|
||||
D:=ExtractFilePath(BaseFileName);
|
||||
if (D<>'') and not DirectoryExists(D) then
|
||||
If not ForceDirectories(D) then
|
||||
|
Loading…
Reference in New Issue
Block a user