Visualizzazione dei risultati da 1 a 2 su 2

Discussione: Help [C++]

  1. #1

    Help [C++]

    Raga mi serve un costrutto x cancellare una cartella qualcuno mi aiuta please

  2. #2
    OS??
    Ti devi appoggiare al SO per cui sviluppi il prog:
    rmdir x linux (man rmdim)
    o
    (x windows)
    The RemoveDirectory function deletes an existing empty directory.

    BOOL RemoveDirectory(

    LPCTSTR lpPathName // address of directory to remove
    );


    Parameters

    lpPathName

    Points to a null-terminated string that specifies the path of the directory to be removed. The path must specify an empty directory, and the calling process must have delete access to the directory.



    Return Values

    If the function succeeds, the return value is nonzero.
    La stupidità umana e l'universo sono infinite.
    Della seconda non sono certo(Einstein)

    Gnu/Linux User

Permessi di invio

  • Non puoi inserire discussioni
  • Non puoi inserire repliche
  • Non puoi inserire allegati
  • Non puoi modificare i tuoi messaggi
  •  
Powered by vBulletin® Version 4.2.1
Copyright © 2024 vBulletin Solutions, Inc. All rights reserved.