Click or drag to resize

Metodo Utility.FillDictionaryDirFiles

Crea un dizionario con i file e le rispettive cartelle ( per la gestione delle cartelle ).

Namespace:  DedNet.Core
Assembly:  DedNet (in DedNet.dll) Versione: 23.3.0.0 (23.3.0.0)
Sintassi
public static void FillDictionaryDirFiles(
	string dirParent,
	string[] paths,
	Dictionary<string, string> resDiztoMove,
	List<string> filepaths
)

Parametri

dirParent
Tipo: System.String
paths
Tipo:System.String[]
resDiztoMove
Tipo: System.Collections.Generic.Dictionary<String, String>
filepaths
Tipo: System.Collections.Generic.List<String>
Vedi anche