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 junct