Documentation ¶ Index ¶ func IsExist(path string) bool Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ func IsExist ¶ func IsExist(path string) bool IsExist checks if a file or directory exists at the given path. It takes a string parameter `path` which represents the path to the file or directory. It returns a boolean value indicating whether the file or directory exists or not. Types ¶ This section is empty. Source Files ¶ View all Source files file.go Click to show internal directories. Click to hide internal directories.