Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR PHP

file exist php

if (file_exists($filePath)) {
  // todo acction
}
Source by www.php.net #
 
PREVIOUS NEXT
Tagged: #file #exist #php
ADD COMMENT
Topic
Name
9+9 =