setfileattributes time issue on AROS
Posted: Tue Mar 03, 2015 12:18 am
Executing the following code on AROS gives an error message 'Invalid date format specification!'
table = {}
table = getfileattributes("test.hws")
debugprint(table.time)
setfileattributes("test.hws",table)
The example code for setfileattributes in the docs also fails. The getfileattributes works fine (correct time string returned). The code works on AmigaOS3. I don't know if this is a specific issue for Hollywood 6 as this is the first time I've used this function.
Cheers,
Nigel.
table = {}
table = getfileattributes("test.hws")
debugprint(table.time)
setfileattributes("test.hws",table)
The example code for setfileattributes in the docs also fails. The getfileattributes works fine (correct time string returned). The code works on AmigaOS3. I don't know if this is a specific issue for Hollywood 6 as this is the first time I've used this function.
Cheers,
Nigel.