Re: Getting additional data about a file or a folder

2013-03-16 Thread Magicgate Software - Skip Kimpel
You are AWESOME.. thank you! SKIP On Sat, Mar 16, 2013 at 5:19 PM, Björnke von Gierke wrote: > "the detailed files" > or > "the detailed folders" > > it's also possible to get info from the os, by using the shell() function, > for example using "ls" on unix based systems. > > On 16.03.2013, at

Re: Getting additional data about a file or a folder

2013-03-16 Thread Mike Bonner
Look at the detailed folders (and files) if you look in the dicionary under folders it specifies which item of the returned data (the detailed folders) stands for what. On Sat, Mar 16, 2013 at 3:15 PM, Magicgate Software - Skip Kimpel < s...@magicgate.com> wrote: > Is there an easy way to get ad

Re: Getting additional data about a file or a folder

2013-03-16 Thread Björnke von Gierke
"the detailed files" or "the detailed folders" it's also possible to get info from the os, by using the shell() function, for example using "ls" on unix based systems. On 16.03.2013, at 22:15, Magicgate Software - Skip Kimpel wrote: > Is there an easy way to get additional information about a

Getting additional data about a file or a folder

2013-03-16 Thread Magicgate Software - Skip Kimpel
Is there an easy way to get additional information about a file or a folder? For instance file date, size, modified date, etc.? My primary interest is a folder date but I know sooner or later I am going to want file info as well :) SKIP ___ use-livecod