Subj : file_area.dir object To : Tegularius From : Nightfox Date : Thu Jul 09 2009 12:33 pm Re: file_area.dir object By: Tegularius to All on Thu Jul 09 2009 09:32:39 > > The docs say that this is an associative array of all directories. This > > is the only time it is mentioned in the docs. It has no properties. I've noticed this with some of the Synchronet JavaScript docs. But if the docs don't list properties, that doesn't mean there aren't any properties. There must be some of the object exists. If you want to find out what properties are in an object, you can iterate through an object's properties and output them as follows: for (var prop in file_area.dir) console.print(prop + "\r\n"); That will output all the property names, followed by a carriage return & newline. If you also wanted to output the values of the properties, you could do this: for (var prop in file_area.dir) console.print(prop + ": " + file_area.dir[prop] + "\r\n"); Nightfox --- þ Synchronet þ Digital Distortion BBS .