AutoHotKey를 사용하는 사람들
오늘: 465
어제: 624
전체: 200,881
회원: 1,883
접속: 20 (회원 0)

FileRecycle

원문보기
수정요청

Sends a file or directory to the recycle bin, if possible.

FileRecycle, FilePattern

Parameters

FilePattern

The name of a single file or a wildcard pattern such as C:\Temp\*.tmp. FilePattern is assumed to be in %A_WorkingDir% if an absolute path isn't specified.

To recycle an entire directory, provide its name without a trailing backslash.

ErrorLevel

ErrorLevel is set to 1 if there was a problem or 0 otherwise.

Remarks

None

관련 명령어

FileRecycleEmpty, FileDelete, FileCopy, FileMove

예제

FileRecycle, C:\temp files\*.tmp

 

Copyright Tleap. All rights reserved.