Java com.google.common.base Files fields, constructors, methods, implement or subclass

Example usage for Java com.google.common.base Files fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for com.google.common.base Files.

The text is from its open source code.

Method

voidcreateParentDirs(File file)
Creates any necessary but nonexistent parent directories of the specified file.
voidtouch(File file)
Creates an empty file or updates the last updated timestamp on the same as the unix command of the same name.