JumpTask.WorkingDirectory 속성

정의

시작 시 애플리케이션의 작업 디렉터리를 가져오거나 설정합니다.

public:
 property System::String ^ WorkingDirectory { System::String ^ get(); void set(System::String ^ value); };
public string WorkingDirectory { get; set; }
member this.WorkingDirectory : string with get, set
Public Property WorkingDirectory As String

속성 값

String

시작 시의 애플리케이션 작업 디렉터리입니다. 기본값은 null입니다.

예제

다음 예제에서는 선언 하는 방법을 보여 줍니다는 JumpTask 태그에서입니다. 합니다 JumpTask 라는 텍스트 파일을 엽니다 readme.txt 메모장 애플리케이션에서입니다.

<JumpTask Title="Read Me" 
          Description="Open readme.txt in Notepad." 
          ApplicationPath="C:\Windows\notepad.exe"
          IconResourcePath="C:\Windows\System32\imageres.dll"
          IconResourceIndex="14"
          WorkingDirectory="C:\Users\Public\Documents"
          Arguments="readme.txt"/>

적용 대상