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: 25.3.0.0 (25.3.0.0)
Sintassipublic 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