Metodo UtilityFillDictionaryDirFiles
|
Crea un dizionario con i file e le rispettive cartelle ( per la gestione delle cartelle ).
Namespace: DedNet.CoreAssembly: DedNet (in DedNet.dll) Versione: 26.4.0.0 (26.4.0.0)
Sintassi public static void FillDictionaryDirFiles(
string dirParent,
string[] paths,
Dictionary<string, string> resDiztoMove,
List<string> filepaths
)
Public Shared Sub FillDictionaryDirFiles (
dirParent As String,
paths As String(),
resDiztoMove As Dictionary(Of String, String),
filepaths As List(Of String)
)
public:
static void FillDictionaryDirFiles(
String^ dirParent,
array<String^>^ paths,
Dictionary<String^, String^>^ resDiztoMove,
List<String^>^ filepaths
)
static member FillDictionaryDirFiles :
dirParent : string *
paths : string[] *
resDiztoMove : Dictionary<string, string> *
filepaths : List<string> -> unit
Parametri
- dirParent String
-
- paths String
-
- resDiztoMove DictionaryString, String
-
- filepaths ListString
-
Vedi anche