Go back to Richel Bilderbeek's homepage.
Go back to Richel Bilderbeek's C++ page.
File I/O is working with files, like saving, reading, copying and searching.



boost::filesystem::copy_file, copy a file



Check if a file exists, FileExists



Copy a file, boost::filesystem::copy_file



Copy a file, CopyFile



CopyFile, copy a file



DeleteFile, delete a file



Delete a file, DeleteFile



FileExists, check if a file exists



FileToStringList, read a file in a TStringList



FileToVector, read a file in a std::vector



Get a file's path, GetPath



Get all C++ filenames in a folder, GetCppFilesInFolder



Get all filenames in a folder, GetFilesInFolder



Get the extension of a filename, GetExtension



Get the name of the folder your application runs in, GetCurrentFolder



GetCppFilesInFolder, get all C++ filenames in a folder



GetCurrentFolder, get the name of the folder your application runs in



Get the names of the folders in a folder, GetFoldersInFolder



GetExtension, get the extension of a filename



GetFilesInFolder, get all filenames in a folder



GetFoldersInFolder, get all the names of the folders in a folder



GetPath, get a file's path



ReadDoubleFromFile, read a double from file



Read a double from file, ReadDoubleFromFile



Read a file in a std::vector, FileToVector



Read a file in a TStringList, FileToStringList



Remove the extension of a filename, RemoveExtension



RemoveExtension, remove the extension of a filename



Run another program and use its output



Save a container to file, SaveContainer



SaveContainer, save a container to file
Go back to Richel Bilderbeek's C++ page.
Go back to Richel Bilderbeek's homepage.