File Manager

Document Manager App Using HTML, CSS and JavaScript with Source Code

Submitted by rems on
Welcome to the Document Manager App, your modern and intuitive solution for organizing digital documents directly in your web browser. This powerful application provides a clean, user-friendly interface that allows you to upload, categorize, and access your files with ease—all without the complexity of server setups or cloud services. Whether you're managing personal files, work documents, or

File Manager App Using PHP with Source Code

Submitted by rems on
File management is a crucial aspect of many web applications, and having an efficient and user-friendly file manager can simplify data organization and retrieval. The "File Manager App" is a PHP-based solution designed to help you manage and organize your files seamlessly. This web application allows you to manage your files while providing an easy-to-navigate user interface. Managing files is an

File Manager in Visual Basic

Submitted by Yorkiebar on
Introduction: This tutorial is on how to create a file manager in Visual Basic. Design: This program requires the following: {component} {name} {text} {use} Button button1 Open To open the directory or file selected. Button button2 Root To reset to the C:\ (drive). Button button3 Delete To delete the selected directory or file. Listbox listbox1 - To list the directories and files held within the current directory the user is browsing. Variables: We need to keep track of the current path of the listbox so we n