Description

File is the base class of all objects living in the filesystem, such as document, directory, etc...

Examples

Last update: <b py:sub="document.date>Date</b>     display last modification date

Attributes

url
file url

data
raw content

date
last modification date

kbytes
file size in kilobytes

name
file name (including extension)

title
directory's name (usually overriden by derived classes)

parents
list of parent directories

next
next object of same type in the current directory

previous
previous object of same type in the current directory

Methods

skip(n)
get the nth following object of same type in the current directory