Click or drag to resize

Utils_Directory Class

Folders/Directories utilities.
Inheritance Hierarchy
SystemObject
  MicaSystems.UtilsUtils_Directory

Namespace:  MicaSystems.Utils
Assembly:  MicaSystems.Utils (in MicaSystems.Utils.dll) Version: 1.0.0.0 (1.1.0.123)
Syntax
C#
public static class Utils_Directory

The Utils_Directory type exposes the following members.

Methods
  NameDescription
Public methodStatic memberEnsureDirectory
Ensures that the given path exists in the current file system.
Public methodStatic memberGetFiles
Returns the list of FileInfo corresponding to the specified names, inside the given directory path.
Public methodStatic memberGiveFullControlTo
Gives all permissions on a folder to a user.
Public methodStatic memberIsOwner
Checks if the current user is owner of the directory.
Top
See Also