summaryrefslogtreecommitdiff
path: root/devdocs/elisp/information-about-files.html
diff options
context:
space:
mode:
authorCraig Jennings <c@cjennings.net>2025-08-14 22:58:58 -0500
committerCraig Jennings <c@cjennings.net>2025-08-14 22:58:58 -0500
commit82ba818ff456bcd6d56a06226e3f27e98fbb55c3 (patch)
tree158cfc17b2f644a10f063cb546752cfaae12c97f /devdocs/elisp/information-about-files.html
parent9278ddd4ea1a8b1a4c1edaa8894516e3f48d245b (diff)
downloaddotemacs-82ba818ff456bcd6d56a06226e3f27e98fbb55c3.tar.gz
dotemacs-82ba818ff456bcd6d56a06226e3f27e98fbb55c3.zip
removing all downloaded devdocs files
Diffstat (limited to 'devdocs/elisp/information-about-files.html')
-rw-r--r--devdocs/elisp/information-about-files.html36
1 files changed, 0 insertions, 36 deletions
diff --git a/devdocs/elisp/information-about-files.html b/devdocs/elisp/information-about-files.html
deleted file mode 100644
index 66499f1c..00000000
--- a/devdocs/elisp/information-about-files.html
+++ /dev/null
@@ -1,36 +0,0 @@
- <h3 class="section">Information about Files</h3> <p>This section describes the functions for retrieving various types of information about files (or directories or symbolic links), such as whether a file is readable or writable, and its size. These functions all take arguments which are file names. Except where noted, these arguments need to specify existing files, or an error is signaled. </p> <p>Be careful with file names that end in spaces. On some filesystems (notably, MS-Windows), trailing whitespace characters in file names are silently and automatically ignored. </p> <table class="menu" border="0" cellspacing="0"> <tr>
-<td align="left" valign="top">• <a href="testing-accessibility" accesskey="1">Testing Accessibility</a>
-</td>
-<td> </td>
-<td align="left" valign="top">Is a given file readable? Writable? </td>
-</tr> <tr>
-<td align="left" valign="top">• <a href="kinds-of-files" accesskey="2">Kinds of Files</a>
-</td>
-<td> </td>
-<td align="left" valign="top">Is it a directory? A symbolic link? </td>
-</tr> <tr>
-<td align="left" valign="top">• <a href="truenames" accesskey="3">Truenames</a>
-</td>
-<td> </td>
-<td align="left" valign="top">Eliminating symbolic links from a file name. </td>
-</tr> <tr>
-<td align="left" valign="top">• <a href="file-attributes" accesskey="4">File Attributes</a>
-</td>
-<td> </td>
-<td align="left" valign="top">File sizes, modification times, etc. </td>
-</tr> <tr>
-<td align="left" valign="top">• <a href="extended-attributes" accesskey="5">Extended Attributes</a>
-</td>
-<td> </td>
-<td align="left" valign="top">Extended file attributes for access control. </td>
-</tr> <tr>
-<td align="left" valign="top">• <a href="locating-files" accesskey="6">Locating Files</a>
-</td>
-<td> </td>
-<td align="left" valign="top">How to find a file in standard places. </td>
-</tr> </table><div class="_attribution">
- <p class="_attribution-p">
- Copyright &copy; 1990-1996, 1998-2022 Free Software Foundation, Inc. <br>Licensed under the GNU GPL license.<br>
- <a href="https://www.gnu.org/software/emacs/manual/html_node/elisp/Information-about-Files.html" class="_attribution-link">https://www.gnu.org/software/emacs/manual/html_node/elisp/Information-about-Files.html</a>
- </p>
-</div>