mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-17 01:19:07 +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;
|
ImageFiles : TStringList;
|
||||||
D : String;
|
D : String;
|
||||||
begin
|
begin
|
||||||
HTMLOptions:=[hoEnabled,hoTOCPage,hoFramePage,hoExternalJS];
|
// HTMLOptions:=[hoEnabled,hoTOCPage,hoFramePage,hoExternalJS];
|
||||||
BaseFileName:='mydemo/image.png';
|
// BaseFileName:='mydemo/image.png';
|
||||||
D:=ExtractFilePath(BaseFileName);
|
D:=ExtractFilePath(BaseFileName);
|
||||||
if (D<>'') and not DirectoryExists(D) then
|
if (D<>'') and not DirectoryExists(D) then
|
||||||
If not ForceDirectories(D) then
|
If not ForceDirectories(D) then
|
||||||
|
Loading…
Reference in New Issue
Block a user