| Sep 5, 2023, 05:22 AM | |
|
First off, PLUS_VERSION constant, please? Second, jjSTREAM should be able to get the properties of files (properties as in file attributes, date modified date created, etc), It can be very helpful for a lot of situations, Here's an example of what I would think it would look like:
Code:
jjSTREAM myStream("testFile.asdata");
dictionary@ properties;
myStream.getProperties(properties);
int dateModifiedInUnix;
dictionary@ fileAttributes;
properties.get("dateModified", dateModifiedInUnix);
properties.get("attributes", fileAttributes);
jjConsole("That file was last modified in the unix timestamp " + dateModifiedInUnix);
jjConsole("That file has " + fileAttributes.size() + " attributes");
|
![]() |
«
Previous Thread
|
Next Thread
»
| Thread Tools | |
|
|
All times are GMT -8. The time now is 03:09 PM.
Jazz2Online © 1999-INFINITY (Site Credits). Jazz Jackrabbit, Jazz Jackrabbit 2, Jazz Jackrabbit Advance and all related trademarks and media are ™ and © Epic Games. Lori Jackrabbit is © Dean Dodrill. J2O development powered by Loops of Fury and Chemical Beats. Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
Original site design by Ovi Demetrian. DrJones is the puppet master. Eat your lima beans, Johnny.



