Interface FileSystemManagementSession

All Superinterfaces:
AutoCloseable, Closeable, OsidSession, OsidSession

public interface FileSystemManagementSession extends OsidSession

This session defines methods for operating on files and directories. This session is an expanded version of the DirectoryAdminSession that defines methods requiring path names for navigating a federation of directories as opposed to working within a single directory node.

The directory associated with this session is the current working directory and any relative path names provided are with respect to this directory. Absolute pathnames may be supplied outside this directory.