Jump to content
СофтФорум - всё о компьютерах и не только

Как проверить существование файла. Delphi.


Recommended Posts

skilk:

язык какой?

например на VB

функции передаем путь к файлу, в случае существования она возвращает true(1), в противном false(0)

public function FileExist(Path as string) as boolean

If Len(Dir(Path))>0 then

FileExist=True

Else

FileExist=False

End if

end function

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

 Share

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...