Re: [fpc-pascal] override and virtual: was SetFileTime

2023-05-03 Thread Steve Litt via fpc-pascal
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

Re: [fpc-pascal] override and virtual: was SetFileTime

2023-05-03 Thread Giuliano Colla via fpc-pascal
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)

[fpc-pascal] override and virtual: was SetFileTime

2023-05-03 Thread Steve Litt via fpc-pascal
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

Re: [fpc-pascal] SetFileTime

2023-05-03 Thread Carsten Bager via fpc-pascal
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 > > >

Re: [fpc-pascal] SetFileTime

2023-05-03 Thread José Mejuto via fpc-pascal
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

[fpc-pascal] SetFileTime

2023-05-03 Thread Carsten Bager via fpc-pascal
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 ___ fpc-pascal maillist - fpc-pascal@lists.freepascal.org