Giuliano Colla via fpc-pascal said on Wed, 3 May 2023 19:33:25 +0200
>
>Override: When you're dealing with objects, you have the
>inheritance, that is you may derive a new class (the template of an
>object) from an existing class and the newly created class inherits
>all the metho
Il 03/05/23 16:44, Steve Litt via fpc-pascal ha scritto:
José Mejuto via fpc-pascal said on Wed, 3 May 2023 11:35:50 +0200
Hello,
Attached is a dirty implementation of "touch" for junctions
==
TTouchJunction = class(TCustomApplication)
José Mejuto via fpc-pascal said on Wed, 3 May 2023 11:35:50 +0200
>Hello,
>
>Attached is a dirty implementation of "touch" for junctions
==
TTouchJunction = class(TCustomApplication)
protected
procedure DoRun; override;
function Dat
On 3 May 2023 at 11:35, José Mejuto wrote:
> El 03/05/2023 a las 8:48, Carsten Bager via fpc-pascal escribió:
> > I am trying to change the file date on a SYMLINK (not the file that the
> > link points to).
> > Does anyone know if there is a method for this under Windows.
> > Carsten
>
>
>
El 03/05/2023 a las 8:48, Carsten Bager via fpc-pascal escribió:
> I am trying to change the file date on a SYMLINK (not the file that the
> link points to).
> Does anyone know if there is a method for this under Windows.
> Carsten
Hello,
Attached is a dirty implementation of "touch" for junct