View Single Post
  #1  
Old 02-05-2019, 06:45
buttignol's Avatar
buttignol buttignol is offline
Registered User
 
Join Date: Sep 2012
Location: Brasil
Posts: 126
Thanks: 102
Thanked 16 Times in 13 Posts
buttignol is on a distinguished road
MinimizePathName error

I wanted to add '"MinimizePathName" in my script but the error "The folder name is invalid" added only this to the sript

Code:
procedure InitializeWizard();
begin
with WizardForm do begin
DirEdit.text := MinimizePathName(WizardForm.DirEdit.Text,WizardForm.DirEdit.Font,WizardForm.DirEdit.Width);
ComponentsDiskSpaceLabel.Visible := false;
BorderStyle := bsSingle;
Center;
end;
WizardForm.DirEdit.Text := WizardForm.DirEdit.Text + #0;
Can someone help with what's missing Thank you
Attached Files
File Type: rar Script.rar (3.06 MB, 27 views)
Reply With Quote
Sponsored Links