Uses of Class
drivers.win.WinDir
Packages that use WinDir
-
Uses of WinDir in drivers.win
Fields in drivers.win declared as WinDirMethods in drivers.win that return WinDirModifier and TypeMethodDescriptionWinDir.findInDirs
(byte[] fname) Finds out whether a file belongs in this dir or any of its subdirs.WinFile.getDir()
Gets the directory this file is in.Methods in drivers.win with parameters of type WinDirModifier and TypeMethodDescriptionvoid
WinDrive.changeParentDir
(WinDir oldDir, int oldEntry, WinDir newDir, int newEntry) Changes the parent dir of a file to the new dir.void
WinDir.removeFromList
(WinDir toRemove) Remove a dir from my dir list.void
WinDir.renameFile
(WinDir oldDir, WinFile wFile, byte[] fname) Renames/moves a file from an old directory to this new one.void
Sets the directory this file is in.Constructors in drivers.win with parameters of type WinDirModifierConstructorDescriptionWinDir
(WinDrive drive, WinDir parentDir, int index, ByteBuffer buf, ArrayList<Integer> cchain, byte[] name, byte[] normalizedName) This creates the directory object.WinFile
(WinDrive drive, WinDir dir, int index, boolean readOnly, ByteBuffer buf, ArrayList<Integer> cchain) Creates the object.