aboutsummaryrefslogtreecommitdiffhomepage
path: root/site/_includes
diff options
context:
space:
mode:
authorGravatar tomlu <tomlu@google.com>2017-12-21 08:59:51 -0800
committerGravatar Copybara-Service <copybara-piper@google.com>2017-12-21 09:01:56 -0800
commitdecca2bd97f6a7eb6b2ca0412ddc792d57f0f424 (patch)
tree759006fa2a07d44d7a30f25ff3e9fc89370a229c /site/_includes
parent8fb14d5871088e32078812f21ef24189729e38cc (diff)
Add FileSystem#createDirectoryAndParents.
A native implementation of this (instead of using FileSystemUtils, which can only use public interfaces) should be more efficient and more easy to make correct. In particular, it should allow removing FileSystemUtils#createDirectoriesAndParents, which has poor thread safety characteristics. The latter method has a lot of logic that forces certain unnatural atomicity guarantees on createDirectory, and it also has logic that is conditional on sub-string content of exception messages. PiperOrigin-RevId: 179819623
Diffstat (limited to 'site/_includes')
0 files changed, 0 insertions, 0 deletions