Click or drag to resize

VirtualDirectory Class

Defines a directory for virtual file system.
Inheritance Hierarchy
SystemObject
  NeoAxisVirtualDirectory

Namespace:  NeoAxis
Assembly:  NeoAxis.Core (in NeoAxis.Core.dll) Version: 2024.1.1.0 (2024.1.1.0)
Syntax
C#
public static class VirtualDirectory

The VirtualDirectory type exposes the following members.

Methods
  NameDescription
Public methodStatic memberExists
Determines whether the given path refers to an existing directory on virtual file system.
Public methodStatic memberGetDirectories(String)
Gets the names of subdirectories in the specified directory.
Public methodStatic memberGetDirectories(String, String)
Gets an array of directories matching the specified search pattern from the current directory.
Public methodStatic memberGetDirectories(String, String, SearchOption)
Gets an array of directories matching the specified search pattern from the current directory, using a value to determine whether to search subdirectories.
Public methodStatic memberGetFiles
Returns the names of files in the specified directory that match the specified search pattern, using a value to determine whether to search subdirectories.
Top
See Also