FillFolderAndFilesItem
            
        
        Namespace: CuteEditor.DialogsAssembly: CuteEditor (in CuteEditor.dll) Version: 6.7.0.0
Syntax
| C# | 
|---|
protected void FillFolderAndFilesItem( ref int index, bool isdir, string path, string text, string url, long size )  | 
| Visual Basic | 
|---|
Protected Sub FillFolderAndFilesItem ( _ ByRef index As Integer, _ isdir As Boolean, _ path As String, _ text As String, _ url As String, _ size As Long _ )  | 
| Visual C++ | 
|---|
protected: void FillFolderAndFilesItem( int% index, bool isdir, String^ path, String^ text, String^ url, long long size )  | 
Parameters
- index
 - Type: System..::..Int32%
 
- isdir
 - Type: System..::..Boolean
 
- path
 - Type: System..::..String
 
- text
 - Type: System..::..String
 
- url
 - Type: System..::..String
 
- size
 - Type: System..::..Int64