file->oncreate()
file->oncreate(path::string, openmode::integer = ?, getmode = ?)
file->asString()
file->ENCODING()::string
file->encoding=(ENCODING)
file->encoding=(e::string)
file->readBytes()::bytes
file->doWithClose()
file->readstring()::string
file->fd()
file->aslazystring()
file->path()::string
file->open()
file->open(path::string, openmode = ?)
file->openRead()
file->openRead(path::string)
file->openWrite()
file->openWrite(path::string)
file->openWrite(path::string, okcreate::boolean)
file->openWriteOnly()
file->openWriteOnly(path::string)
file->openWriteOnly(path::string, okcreate::boolean)
file->openAppend()
file->openAppend(path::string)
file->openAppend(path::string, okcreate::boolean)
file->openTruncate()
file->openTruncate(path::string)
file->openTruncate(path::string, okcreate::boolean)
file->close()
file->writeBytes(data::bytes, dataPosition::integer = ?, length::integer = ?)::integer
file->setsize(offset::integer)
file->readSomeBytes(count::integer, TIMEOUT::integer)::bytes
file->readSomeBytes(count::integer)::bytes
file->exists()::boolean
file->modificationTime()::integer
file->lastAccessTime()::integer
file->modificationDate()::date
file->lastAccessDate()::date
file->delete()
file->moveTo(path::string, overwrite::boolean = ?)
file->copyTo(path::string, overwrite::boolean = ?)
file->linkTo(path::string, hard::boolean = ?)
file->flush()
file->chmod()
file->name()
file->size()::integer
file->isOpen()::boolean
file->position()
file->position=(pos::integer)
file->marker()
file->setmarker(pos::integer)
file->setposition(pos::integer)
file->setmode(mode::integer)
file->get()
file->forEachLine()
file->forEach()
file->realpath(p)::string
file->realpath()::string
file->fd=(f)
file->openWith(mode::integer, path::string)
file->lock(numberOfBytes::integer)
file->unlock(numberOfBytes::integer)
file->tryLock(numberOfBytes::integer)
file->testLock(numberOfBytes::integer)
Recent Comments