6 skills found
ileafsolutions / ILSFileManagerILSFileManager will helps you create create file, create directory ,Delete Files,Move Files,Copy Files,Get the list of files in your directory from Apple File System(APFS)
darshank15 / Inode Based File SystemImplemented Inode based virtual file system on top of the Linux file system. User can perform all the operations which are basically supported by Linux ext2 file system like creating disk, mounting disk, unmounting disk, create file, open file (in read ,write or append mode), delete file, close file, list of open files.
Shubh2-0 / File Operations In JavaDiscover efficient file handling in Java with this repository. Learn how to perform read, write, and manipulate operations on files. Master file handling techniques to develop robust applications. Ideal for Java beginners and enthusiasts seeking to strengthen their file processing skills.
doesluck1026 / Wifi File Transfer Appapp to transferfile between PC and mobile phones over local server
darshank15 / Linux Terminal Based File ExplorerDesigned Linux terminal based file explorer which operates on two mode command mode and GUI mode. Implemented all basic file operation such as create/delete/copy/move files or directory, search, rename, goto, back/forward and many more using system calls.
AsjadIqbal / MyNoteThis is a Notepad-like text-editor built in Java using AWT and Swing.