VS:GetFolderPath/ja

From Vectorworks Developer
Jump to navigation Jump to search

.VectorScript|VectorScript ..VS:Function Reference|Function Reference ..VS:Function_Reference_Appendix|Appendix

Description

指定した種類のフォルダへのパスを文字列で返します。

FUNCTION GetFolderPath(
whichPath :INTEGER) : STRING;
def vs.GetFolderPath(whichPath):
    return STRING

Parameters

whichPath INTEGER フォルダ番号

Example

PROCEDURE Example;
BEGIN
	AlrtDialog(GetFolderPath(12));
END;
RUN(Example);

Version

利用可能バージョン: VectorWorks8.0