Work With Files

Hi,
I want to knowe how I can work with files i.e. copy from a folder to another etc.

Thank you in advance,
Mimi

Comments

  • : Hi,
    : I want to knowe how I can work with files i.e. copy from a folder to another etc.
    :
    : Thank you in advance,
    : Mimi
    :
    hint: Win32 API - see the helpfiles bundled. search for CopyFile, DeleteFile etc
    [hr][red][italic][b]N[/b][/red][blue]et[/blue][red][b]G[/b][/red][blue]ert[/italic][/blue][hr]


  • Give me some CODE !!


  • It is a great idea to use windows api call. You can find help in your windows SDK help, but I'd also suggest you to try ceating your own file handling rutins, with using AssignFile, Reset, Rewrite, Blockread functions, 'cos using windows api makes your project plattformdependent.
    I'm sure, you can find examples of theese in the delphi helpfiles.

    softman.

    : : Hi,
    : : I want to knowe how I can work with files i.e. copy from a folder to another etc.
    : :
    : : Thank you in advance,
    : : Mimi
    : :
    : hint: Win32 API - see the helpfiles bundled. search for CopyFile, DeleteFile etc
    : [hr][red][italic][b]N[/b][/red][blue]et[/blue][red][b]G[/b][/red][blue]ert[/italic][/blue][hr]
    :
    :

Sign In or Register to comment.

Howdy, Stranger!

It looks like you're new here. If you want to get involved, click one of these buttons!

Categories