I'm writing to ask how best to read folders and/or files from a populated RadFileExplorer control, programmatically with C#;
Each day, date sensitive .pdf and .xls files are uploaded, via the RadFileExplorer; On subsequent days, the previous days .pdf and .xls are manually moved to an Archive folder - also contained in the RadFileExplorer;
The objective is to eliminate the manual process of moving files, and programmatically accomplish the same task;
Any insight is appreciated; Best regards - Rob
Each day, date sensitive .pdf and .xls files are uploaded, via the RadFileExplorer; On subsequent days, the previous days .pdf and .xls are manually moved to an Archive folder - also contained in the RadFileExplorer;
The objective is to eliminate the manual process of moving files, and programmatically accomplish the same task;
Any insight is appreciated; Best regards - Rob
<telerik:RadFileExplorer ID="RadFileExplorer1" Runat="server" Width="100%" OnClientItemSelected="OnClientItemSelected" ExplorerMode="FileTree" OnClientLoad="OnFileExplorerLoad" VisibleControls="TreeView, Grid, Toolbar, ContextMenus" TreePaneWidth="100%" BorderColor="Transparent" BorderStyle="None" EnableCopy="True" Height="600px" > <Configuration ViewPaths="~/Customers" UploadPaths="~/Customers/" DeletePaths="~/Customers/" MaxUploadFileSize="2147483647" /> </telerik:RadFileExplorer>