* Test statements removed

git-svn-id: trunk@36978 -
This commit is contained in:
michael 2017-08-20 19:04:03 +00:00
parent 4a54a88cca
commit de469955b3

View File

@ -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