We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
check_if_file_exists
check if a file or path exist
local df = require "lib/dtutils.file" local result = df.check_if_file_exists(filepath)
filepath - string - a file or path to check
check_if_file_exists checks to see if a file or path exists.
result - boolean - true if the file or path exists, false if it doesn't.
Libraries