如果文件可读,则该函数返回True。
如果该文件没有找到或者不可读,AppConfig将会默认地打印一个警告信息,程序还是会继续运行。
If the file can't be found or read, AppConfig will print a warning by default but the program will go on.
当然,如果文件不存在或者不可读,您可以期望一个负返回值。
Of course, if the file is nonexistent or nonreadable, you can expect a negative return value.
应用推荐