Dir.mktmpdir creates a temporary directory. The directory is created with 0700 permission. Application should not change the permission to make the temporary directory accessible from other users. WWW: https://github.com/ruby/tmpdir
7 lines
235 B
Text
7 lines
235 B
Text
Dir.mktmpdir creates a temporary directory. The directory is created with 0700
|
|
permission.
|
|
|
|
Application should not change the permission to make the temporary directory
|
|
accessible from other users.
|
|
|
|
WWW: https://github.com/ruby/tmpdir
|