Title: If File Exists
Author: Scott Reilly
Published: <strong>12 جُون 2009</strong>
Last modified: 18 اپريل 2025

---

پلگ انس ڳولھيو

![](https://ps.w.org/if-file-exists/assets/banner-772x250.png?rev=829848)

![](https://ps.w.org/if-file-exists/assets/icon-128x128.png?rev=976276)

# If File Exists

 کان: [Scott Reilly](https://profiles.wordpress.org/coffee2code/)

[ڊائون لوڊ ڪريو](https://downloads.wordpress.org/plugin/if-file-exists.2.4.zip)

 * [تفصيل](https://snd.wordpress.org/plugins/if-file-exists/#description)
 * [جائزو](https://snd.wordpress.org/plugins/if-file-exists/#reviews)
 *  [تنصيب](https://snd.wordpress.org/plugins/if-file-exists/#installation)
 * [ترقي](https://snd.wordpress.org/plugins/if-file-exists/#developers)

 [سھائتا](https://wordpress.org/support/plugin/if-file-exists/)

## وضاحت

This plugin provides the functions `c2c_if_file_exists()`, `c2c_if_theme_file_exists()`,`
c2c_if_plugin_file_exists()` that check if a file exists and either return true/
false or display a string containing information about the file.

 * If a format string is not passed to it, the functions returns a simple boolean(
   true or false) indicating if the specified file exists.
 * Otherwise, the format string provided to it will be used to construct a response
   string, which can be customized to display information about the file (such as
   directory, extension, name, path, size, or url). If the `$echo` argument is true,
   that string is displayed on the page. Regardless of the value of `$echo`, the
   response string is returned by the function.

By default, `c2c_if_file_exists()` assumes you are looking for the file relative
to the default WordPress upload directory. If you wish to search another directory,
specify it as the `$dir` argument. `c2c_if_theme_file_exists()` assumes you are 
looking for a file relative to the currently active theme’s home directory. `c2c_if_plugin_file_exists()`
assumes you are looking for a file relative to the directory that contains WordPress
plugins.

Links: [Plugin Homepage](https://coffee2code.com/wp-plugins/if-file-exists/) | [Plugin Directory Page](https://wordpress.org/plugins/if-file-exists/)
| [GitHub](https://github.com/coffee2code/if-file-exists/) | [Author Homepage](https://coffee2code.com)

### Developer Documentation

Developer documentation can be found in [DEVELOPER-DOCS.md](https://github.com/coffee2code/if-file-exists/blob/master/DEVELOPER-DOCS.md).
That documentation covers the template tags and hooks provided by the plugin.

As an overview, these are the template tags provided by the plugin:

 * `c2c_if_file_exists()` : Checks if a file exists and returns true/false or displays
   a string containing information about the file.
 * `c2c_if_plugin_file_exists()` : Checks if a file exists (relative to the plugins
   directory) and returns true/false or displays a string containing information
   about the file.
 * `c2c_if_theme_file_exists()` : Checks if a file exists (relative to the current
   theme’s directory) and returns true/false or displays a string containing information
   about the file. If the current theme is a child theme, then the function will
   check if the file exists first in the child theme’s directory, and if not there,
   then it will check the parent theme’s directory.

These are the hooks provided by the plugin:

 * `c2c_if_file_exists` : Filter that allows use of an alternative approach to safely
   invoke `c2c_if_file_exists()` in such a way that if the plugin were deactivated
   or deleted, then your calls to the function won’t cause errors in your site.
 * `c2c_if_plugin_file_exists` : Filter that allows use of an alternative approach
   to safely invoke `c2c_if_plugin_file_exists()` in such a way that if the plugin
   were deactivated or deleted, then your calls to the function won’t cause errors
   in your site.
 * `c2c_if_theme_file_exists` : Filter that allows use of an alternative approach
   to safely invoke `c2c_if_theme_file_exists()` in such a way that if the plugin
   were deactivated or deleted, then your calls to the function won’t cause errors
   in your site.

## انسٽاليشن

 1. Install via the built-in WordPress plugin installer. Or install the plugin code
    inside the plugins directory for your site (typically `/wp-content/plugins/`).
 2. Activate the plugin through the ‘Plugins’ admin menu in WordPress
 3. In one or more of your templates, utilize one of the template tags provided by 
    this plugin (see examples)

## جائزا

![](https://secure.gravatar.com/avatar/d4b37471aa6375e4c7c62fb4fcfccd315cbfb4866b133065677a6967c160c1a6?
s=60&d=retro&r=g)

### 󠀁[Nice plugin, does exactly what it says](https://wordpress.org/support/topic/nice-plugin-does-exactly-what-it-says/)󠁿

 [grn](https://profiles.wordpress.org/grn/) 3 سيپٽمبر 2016

Very helpful. Saved time trying to get the file functions to work. Thanks for making
this available.

 [ واحد: سڀ 1 جائزو پڙهو ](https://wordpress.org/support/plugin/if-file-exists/reviews/)

## تعاون ڪندڙ & ڊولپرز

“If File Exists” اوپن سورس سافٽ ويئر آهي. ھيٺين ماڻھن ھن پلگ ان ۾ حصو ورتو آھي.

تعاون ڪندڙ

 *   [ Scott Reilly ](https://profiles.wordpress.org/coffee2code/)

واحد: “If File Exists” 1 لوڪل ۾ ترجمو ڪيو ويو آهي. [ترجمي ڪندڙن](https://translate.wordpress.org/projects/wp-plugins/if-file-exists/contributors)
جي مهرباني سندن تعاون لاءِ.

[ترجمو ڪريو “If File Exists” توهان جي ٻولي ۾.](https://translate.wordpress.org/projects/wp-plugins/if-file-exists)

### ڊولپمينٽ ۾ دلچسپي؟

[ڪوڊ براؤز ڪريو](https://plugins.trac.wordpress.org/browser/if-file-exists/)، چيڪ
ڪريو [SVN مخزن](https://plugins.svn.wordpress.org/if-file-exists/)، يا رڪنيت حاصل
ڪريو [ڊولپمينٽ لاگ](https://plugins.trac.wordpress.org/log/if-file-exists/) پاران
[RSS](https://plugins.trac.wordpress.org/log/if-file-exists/?limit=100&mode=stop_on_copy&format=rss).

## لاگ تبدیل ڪريو

#### 2.4 (2025-04-18)

 * New: Add ‘%file_size%’ and ‘%file_size_bytes%’ as additional substitution tags
 * Change: Escape `$format` and `$show_if_not_exists` values prior to display to
   omit unsafe markup
 * Change: Discontinue unnecessary explicit loading of textdomain
 * Change: Note compatibility through WP 6.8+
 * Change: Note compatibility through PHP 8.3+
 * Change: Update copyright date (2025)
 * Unit tests:
    - Change: Change test class name to match plugin name

#### 2.3.2 (2024-08-02)

 * Change: Note compatibility through WP 6.6+
 * Change: Update copyright date (2024)
 * New: Add `.gitignore` file
 * Change: Remove development and testing-related files from release packaging
 * Unit tests:
    - Hardening: Prevent direct web access to `bootstrap.php`
    - Allow tests to run against current versions of WordPress
    - New: Add `composer.json` for PHPUnit Polyfill dependency
    - Change: In bootstrap, store path to plugin directory in a constant

#### 2.3.1 (2023-05-18)

 * Change: Note compatibility through WP 6.3+
 * Change: Update copyright date (2023)
 * New: Add a potential TODO item

_Full changelog is available in [CHANGELOG.md](https://github.com/coffee2code/if-file-exists/blob/master/CHANGELOG.md)._

## ميٽا

 *  Version **2.4**
 *  Last updated **1 سال اڳ**
 *  Active installations **10+**
 *  WordPress version ** 2.7 يا وڌيڪ **
 *  Tested up to **6.8.5**
 *  Languages
 * [English (US)](https://wordpress.org/plugins/if-file-exists/) ۽ .[German](https://de.wordpress.org/plugins/if-file-exists/).
 *  [پنھنجي ٻولي ۾ ترجمو ڪريو](https://translate.wordpress.org/projects/wp-plugins/if-file-exists)
 * Tags
 * [coffee2code](https://snd.wordpress.org/plugins/tags/coffee2code/)[existence](https://snd.wordpress.org/plugins/tags/existence/)
   [file](https://snd.wordpress.org/plugins/tags/file/)[filesystem](https://snd.wordpress.org/plugins/tags/filesystem/)
 *  [ترقي يافته ڏيک](https://snd.wordpress.org/plugins/if-file-exists/advanced/)

## درجه بندي

 5 out of 5 stars.

 *  [  1 5-star review     ](https://wordpress.org/support/plugin/if-file-exists/reviews/?filter=5)
 *  [  0 4-star reviews     ](https://wordpress.org/support/plugin/if-file-exists/reviews/?filter=4)
 *  [  0 3-star reviews     ](https://wordpress.org/support/plugin/if-file-exists/reviews/?filter=3)
 *  [  0 2-star reviews     ](https://wordpress.org/support/plugin/if-file-exists/reviews/?filter=2)
 *  [  0 1-star reviews     ](https://wordpress.org/support/plugin/if-file-exists/reviews/?filter=1)

[Your review](https://wordpress.org/support/plugin/if-file-exists/reviews/#new-post)

[See all reviews](https://wordpress.org/support/plugin/if-file-exists/reviews/)

## تعاون ڪندڙ

 *   [ Scott Reilly ](https://profiles.wordpress.org/coffee2code/)

## سھائتا

چوڻ لاءِ ڪجهه آهي؟ مدد گهرجي؟

 [ڏسو سپورٽ فورم](https://wordpress.org/support/plugin/if-file-exists/)

## عطيو

ڇا توھان ھن پلگ ان جي ترقي ۾ مدد ڪرڻ چاھيو ٿا؟

 [ هن پلگ ان ڏانھن مدد ڪريو ](https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=6ARCFJ9TX3522)