I am developing application where I want to give a choice to user to make backup of database in case of syatem crash etc.
I know how to copy a file from one location to another loaction using filesystem.copyfile but i want to get information of user system and its partitions and their label so i will backup databae in another drive
Thanks in advance!