Skip to content

Commit

Permalink
Fix documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
Advers committed Sep 7, 2024
1 parent ece7e06 commit 2d8136d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lua/starfall/libs_cl/file.lua
Original file line number Diff line number Diff line change
Expand Up @@ -341,8 +341,8 @@ function file_library.delete(path)
end
end

--- Deletes a file
-- @param string path Filepath relative to data/sf_filedata/.
--- Deletes a temp file
-- @param filename path The temp file name. Must be only a file and not a path
-- @return boolean? True if successful, nil if it wasn't found
function file_library.deleteTemp(path)
checkpermission (instance, path, "file.writeTemp")
Expand Down

0 comments on commit 2d8136d

Please sign in to comment.