Recent

Author Topic: Identifier not found "fileexpand"  (Read 225 times)

lazer

  • Full Member
  • ***
  • Posts: 215
Identifier not found "fileexpand"
« on: October 16, 2022, 01:22:17 pm »
Hi,

I'm porting some old TPW code to FPC.
Code: Pascal  [Select][+][-]
  1. function direxpand(dir:varstring):varstring;
  2. begin
  3.   direxpand:=strpas(fileexpand(strbuf,strpcopy(strbuf,dir)));
  4. end;
  5.  

Quote
(661,21) Error: Identifier not found "fileexpand"

bytebites

  • Hero Member
  • *****
  • Posts: 550

 

TinyPortal © 2005-2018