EnumerateSkinDirectory Method
Description
Enumerates a directory looking for skin files.
Syntax
Public Function EnumerateSkinDirectory( _
ByVal [Path](#) As String, _
ByVal [Recursive](#) As Boolean _
) As [SkinDescriptions](XtremeSkinFramework~SkinDescriptions.md)
Parameters
- Path: Path to the directory to search for skin files.
- Recursive: Set to
Trueto recursively search through any subfolders within the specified path.
Return Type
Returns a SkinDescriptions object that contains a collection of all the skin files found in the specified directory.
See Also
Copyright (c) 1998-2024 Codejock Technologies. All rights reserved.