VS:ConvertPosix2HSFPath/ja: Difference between revisions

From Vectorworks Developer
Jump to navigation Jump to search
m (1 revision)
No edit summary
Line 1: Line 1:
{{LocationMain|category=LocationVS/ja|specific=}}
{{LocationMain|category=LocationVS/ja|specific=}}
__TOC__
__TOC__
<vwDoc>
<vwDoc>
Line 8: Line 7:
Macintoshのみ有効<BR>
Macintoshのみ有効<BR>
<BR>
<BR>
ファイルパスの 「/」 を 「:」 に変更する。</desc>
ファイルパスの 「/」 を 「:」 に変更します。</desc>


-----------------------------------------------------------------------------------------------------------
-----------------------------------------------------------------------------------------------------------
Line 49: Line 48:
-----------------------------------------------------------------------------------------------------------
-----------------------------------------------------------------------------------------------------------
<seeAlso>
<seeAlso>
関連関数:
VS Functions:
[[VS:ConvertHSF2PosixPath]]  
[[VS:ConvertHSF2PosixPath]]  
</seeAlso>
</seeAlso>
Line 55: Line 54:
-----------------------------------------------------------------------------------------------------------
-----------------------------------------------------------------------------------------------------------
<version>
<version>
利用可能バージョン: Vectorworks 2010
Availability: from Vectorworks 2010


</version>
</version>

Revision as of 01:54, 16 January 2014

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

Description

Macintoshのみ有効


ファイルパスの 「/」 を 「:」 に変更します。

FUNCTION ConvertPosix2HSFPath(
PosixPath :DYNARRAY[] of CHAR;
VAR outHSFPath :DYNARRAY[] of CHAR) : BOOLEAN;
def vs.ConvertPosix2HSFPath(PosixPath):
    return (BOOLEAN, outHSFPath)

Parameters

PosixPath DYNARRAY[] of CHAR 変更するファイルパス
outHSFPath DYNARRAY[] of CHAR 変更されたファイルパス

Return Value

変更が成功したらTRUEを返します。変更がなかった場合もFALSEを返します。

Version

Availability: from Vectorworks 2010

See Also

VS Functions:

VS:ConvertHSF2PosixPath

VS Functions: [[VS:ConvertHSF2PosixPath]]