LMS

Welcome to the Lobeo Module Server project. Please feel free to submit bugs related to it.
Tasklist

FS#667 - File api improvement

Attached to Project: LMS
Opened by Guillaume (Guillaume) - Friday, 27 September 2013, 09:31 GMT
Last edited by Ferdinand (PaGaisu) - Friday, 27 September 2013, 14:34 GMT
Task Type Feature Request
Category
Status Closed
Assigned To Ferdinand (PaGaisu)
Operating System All
Severity Low
Priority Normal
Reported Version alpha6
Due in Version alpha7
Due Date Undecided
Percent Complete 100%
Votes 0
Private No

Details

please add following methods to the file api:

isDirectory
isFile
delete
rename
lastModified
listFiles
length
getParent/getParentFile

add constructors (if possible)

File(File parent, String child)
Creates a new File instance from a parent abstract pathname and a child pathname string.
File(String pathname)
Creates a new File instance by converting the given pathname string into an abstract pathname.
File(String parent, String child)
This task depends upon

Closed by  Ferdinand (PaGaisu)
Friday, 27 September 2013, 14:34 GMT
Reason for closing:  Implemented

Loading...