home > 比較編 > Perl, PHP, Python, Ruby > files >

ForNext

Only Do What Only You Can Do

186. set file permissions

VBScript

JScript

Perl

chmod 0755, "/tmp/foo";

PHP

chmod("/tmp/foo", 0755);

Python

os.chmod('/tmp/foo', 0755)

Ruby

File.chmod(0755, "/tmp/foo")

PowerShell

Scala

F#

C

C++

C++Builder

VC++

C#

Java

Objective-C

D

VB

VB.NET

Delphi

Ada

PL/SQL

T-SQL

関数型

inserted by FC2 system