Uses of Class
lumis.portal.filesystem.exception.DirectoryCouldNotBeCreatedException
-
Packages that use DirectoryCouldNotBeCreatedException Package Description lumis.portal.filesystem LumisXP provides a comprehensive file system API to abstract a virtual file system available on all portal servers on the same cluster. -
-
Uses of DirectoryCouldNotBeCreatedException in lumis.portal.filesystem
Methods in lumis.portal.filesystem that throw DirectoryCouldNotBeCreatedException Modifier and Type Method Description abstract void
IFile. mkdirs()
Creates the directory named by this logical filesystem object, including any necessary but nonexistent parent directories.
-