java_io_File

Instances of this class represent the name of a file or directory on the host file system.



Functions


jbool java_io_File_isFile0(struct Hjava_io_File* this)

Is named item a file?

Arguments

jbool java_io_File_isDirectory0(struct Hjava_io_File* this)

Is named item a directory?

Arguments

jbool java_io_File_exists0(struct Hjava_io_File* this)

Does named file exist?

Arguments

jlong java_io_File_lastModified0(struct Hjava_io_File* this)

Last modified time on file.

Arguments

jbool java_io_File_canWrite0(struct Hjava_io_File* this)

Can I write to this file?

Arguments

jbool java_io_File_canRead0(struct Hjava_io_File* this)

Can I read from this file?

Arguments

jlong java_io_File_length0(struct Hjava_io_File* this)

Return length of file.

Arguments

jbool java_io_File_mkdir0(struct Hjava_io_File* this)

Create a directory.

Arguments

jbool java_io_File_renameTo0(struct Hjava_io_File* this, struct Hjava_io_File* that)

Rename a file.

Arguments

jbool java_io_File_delete0(struct Hjava_io_File* this)

Delete a file.

Arguments

jbool java_io_File_rmdir0(struct Hjava_io_File* this)

Delete a directory.

Arguments

HArrayOfObject* java_io_File_list0(struct Hjava_io_File* this)

Get a directory listing.

Arguments Return value

jbool java_io_File_isAbsolute(struct Hjava_io_File* this)

Is this filename absolute?

Arguments
File generated from "File.c" by autodoc. 20-03-1998 12:54