antiblock
diamwall
  • Chatbox

    Did you check out our Discord? https://discord.gg/FFdvMjk9xA
    You don't have permission to chat.
    Load More
Sign in to follow this  
V¡®u§

C/C++: Verificando se um arquivo existe.

2 posts in this topic

O código abaixo verifica se existe o arquivo teste.txt no disco local C:

if (FileExists("C:\\teste.txt"))

{ShowMessage("Arquivo não existe!");}

else

ShowMessage("Arquivo existe!");

Share this post


Link to post
Share on other sites
antiblock
https://arwen2.global/

Comando basico mas util...Cumprimentos

Share this post


Link to post
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
Sign in to follow this