Uses of Interface
org.osid.filing.File

Packages that use File
Package
Description
The Open Service Interface Definitions for the org.osid.filing service.
  • Uses of File in org.osid.filing

    Methods in org.osid.filing that return File
    Modifier and Type
    Method
    Description
    FileSystemManagementSession.copyFile(Id src, String dst)
    Copies a file to another path.
    DirectoryAdminSession.createFile(FileForm fileForm)
    Creates a new file in this directory.
    FileLookupSession.getFile(Id fileId)
    Gets a specified file or alias to the file.
    FileSystemSession.getFile(String name)
    Gets a specified file or alias to the file by its name in the current directory only.
    FileList.getNextFile()
    Gets the next File in this list.
    FileList.getNextFiles(long n)
    Gets the next set of File elements in this list which must be less than or equal to the number returned from available() .
    FileSystemManagementSession.linkFile(Id fileId, String link)
    Creates a link from one file to another.