Thread: NTFS ( FileSystem ) with C++

  1. #1
    Registered User
    Join Date
    May 2008
    Posts
    141

    NTFS ( FileSystem ) with C++

    Just so you would know, NTFS is the Windows filesystem, is there any functions/keywords whatever for NTFS? in the Windows API???

  2. #2
    and the hat of int overfl Salem's Avatar
    Join Date
    Aug 2001
    Location
    The edge of the known universe
    Posts
    39,661
    Why do you need to know?

    Regular C++ just opens files and doesn't care about the actual filesystem, whether it be FAT or NTFS.

    Or just hit MSDN.
    If you dance barefoot on the broken glass of undefined behaviour, you've got to expect the occasional cut.
    If at first you don't succeed, try writing your phone number on the exam paper.

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. Need to know the filesystem on /dev/sda1
    By amit_sahrawat in forum Linux Programming
    Replies: 7
    Last Post: 12-13-2007, 05:29 AM
  2. Filesystem check failed!
    By cerin in forum Tech Board
    Replies: 1
    Last Post: 12-04-2005, 02:39 AM
  3. Filesystem monitoring question
    By rools in forum Linux Programming
    Replies: 2
    Last Post: 11-18-2005, 12:09 PM
  4. NTFS Partition Shrinker
    By cboard_member in forum Tech Board
    Replies: 7
    Last Post: 10-10-2005, 05:37 PM
  5. Splitting NTFS Partitions...
    By Grayson_Peddie in forum Tech Board
    Replies: 12
    Last Post: 02-20-2004, 12:24 AM