Hi,
Linux Mint + Lazarus-v4.0: all up to date
I need to force a base-folder Date to Now. I have searched, I checked several AI sites that suggested using fpSetDate etc, but I cannot get it to compile.
I already have sysUtils and baseUnix in the uses for other stuff, but it balks at any "fp...." stuff.
How's it done?
procedure setFolderDate(aPath : string) ;
begin
// example aPath:='/media/userName/backDrv/home/userName/';
setFolderPath(aPath);
end;
Thanks