deno · deno/IsADirectory
IsADirectory
Is A Directory
A file operation was attempted on a path that is a directory. Use Deno.readDir for directories, or ensure the path points to a file. Corresponds to EISDIR.
A file operation was attempted on a path that is a directory. Use Deno.readDir for directories, or ensure the path points to a file. Corresponds to EISDIR.