Wolfram Function Repository
Instant-use add-on functions for the Wolfram Language
Function Repository Resource:
Test if a file exists
ResourceFunction["FileQ"][path] returns True if path exists and is an ordinary file. |
Export a plot as a GIF:
In[1]:= |
Out[1]= |
In[2]:= |
Out[2]= |
Create an empty file:
In[3]:= |
In[4]:= |
Out[4]= |
Find a file:
In[5]:= |
Out[5]= |
In[6]:= |
Out[6]= |
FileQ does not work with directories:
In[7]:= |
In[8]:= |
Out[8]= |
In[9]:= |
Out[9]= |
In[10]:= |
Out[10]= |
Wolfram Language 11.3 (March 2018) or above
This work is licensed under a Creative Commons Attribution 4.0 International License