Jump to content

Re: Beginners question - NTFS

- - - - -

This topic has been archived. This means that you cannot reply to this topic.
2 replies to this topic

#1
starsoheil

starsoheil

    Newbie

  • Members
  • PipPip
  • 13 posts
hello
thank you
i need a code for get ntfs partition information (nums,space,free space,files & folder) by turbo c 1.01 programming language .

#2
WingedPanther

WingedPanther

    A spammer's worst nightmare

  • Moderators
  • 16,831 posts
Do you know anything about accessing partition information? Do you know anything about the NTFS file-system format? This is a very non-trivial request you're making.
Programming is a branch of mathematics.
My CodeCall Blog | My Personal Blog

#3
TkTech

TkTech

    The Crazy One

  • Moderators
  • 1,396 posts
"nums"? What are "nums"?

File systems are generally abstracted, and you can get all of this information without ever touching the underlying file system. Clarify your question.

In addition, why in gods name are you using an archaic compiler that died decades ago?