Uses of Class
blackboard.cms.filesystem.CSDirectory

Packages that use CSDirectory
blackboard.cms.filesystem   
 

Uses of CSDirectory in blackboard.cms.filesystem
 

Subclasses of CSDirectory in blackboard.cms.filesystem
 class CSCustomDirectory
          A directory in the system.
 

Methods in blackboard.cms.filesystem that return CSDirectory
 CSDirectory CSContext.createDirectory(java.lang.String parentDir, java.lang.String dirName)
          Creates a new Directory
 CSDirectory CSContext.getUserDirectory(blackboard.data.user.User usr)
          Returns a CSDirectory representing the user's home directory.
 CSDirectory CSContext.getCourseDirectory(blackboard.data.course.Course crs)
          Returns a CSDirectory representing the course/org home directory.
 CSDirectory CSContext.getCourseEReservesDirectory(blackboard.data.course.Course crs)
          Returns a CSDirectory representing the course/org ereserve directory.
 



Copyright © 2003-2004 Blackboard, Inc. All Rights Reserved.