Skip to content

Releases: muhammadrao1246/FileFolderManagerAPI_For_Windows

Version-1.0

29 Apr 09:20
c94d934
Compare
Choose a tag to compare
Version-1.0 Pre-release
Pre-release

Version 1.0 Pre-Release

Some utility functions are added to provide ease when dealing with windows file system structure.

File Utilities

  • Creating a file with FileManager::createFile(filename) method
  • Reading a file with FileManager::readLines(filename) method
  • Writing to a file with FileManager::writeLines(filename, newLines) method
  • Copying a file with FileManager::copyFile(filename, "D:\\np\\") method
  • Checking whether a file Exists with FileManager::fileExists(filename) method

Folder or Directory Utilities

  • Creating a directory with FileManager::createDirectory(dir) method
  • Copying a directory with FileManager::copyDirectory(source,dir) method
  • Deleting a directory with FileManager::deleteDirectory(dir) method

More utilities to be added in a stable release in future.